Vulkan with Python 01: Importing Vulkan

preview_player
Показать описание
#gamedev #gamedevelopment #programming

Рекомендации по теме
Комментарии
Автор

Nice, good start.

One note though...in your previous vulkan video you said that if you minimize or resize the window the "pipeline" is destroyed. Here you correctly said that it's the "swapchain". And it's not that it's destroyed but it's invalid.

NikolaNevenov
Автор

Just double checking, when you newly install the VULKAN SDK you get options for extra components. I installed them(Since I don't think it could hurt), but I just wanna know if they are necessary.

keanucoetzee
Автор

Nice video, in the future you plan on doing performance comparisons on opengl vs vulkan, c++ vs python?
It's more of a curiosity, I'll probably start with python + opengl, as vulkan seems a bit farfetched for me now.
But maybe later on I could go for c++ and vulkan since that is more aligned with the industry...

FinFET