realitix / vulkan

The ultimate Python binding for Vulkan API
Apache License 2.0
505 stars 46 forks source link

Vulkan 1.2.141.2 #66

Closed ompadu closed 4 years ago

ompadu commented 4 years ago

Hi @realitix , does the possibility exist to update the wrapper to the latest Vulkan version? Thank you

realitix commented 4 years ago

Hello @ompadu. Yes indeed there is no problem to update it. You just have to update the files in vulkan_include folder in the generator and then launch generate.py. I will do it when I have time but you can do it if you can't wait.

Thanks

ompadu commented 4 years ago

I don't mind updating it for myself.

Can it be done on windows? Last time I took a look at generate.py it seemed that it used a Linux utility.

okuma10 commented 4 years ago

I tried to update it as well. But got an error :

File "C:\Users\Okuma_10\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified