Sam Lantinga
|
9db68f97f9
|
Reverted SDL_Vulkan_GetInstanceExtensions() API change
This function is commonly used with Vulkan structures that use uint32_t, so we should keep the Uint32 signature.
|
2024-03-05 13:39:42 -08:00 |
Sylvain
|
cea717e5d3
|
Removed some uneeded 'unsigned': renderer.num_texture_format and SDL_Vulkan_GetInstanceExtensions() prototype
|
2024-03-05 13:31:28 -08:00 |
Sam Lantinga
|
d4f4aa745a
|
Use C++ style comments in new code
|
2024-03-05 04:46:37 -08:00 |
Sam Lantinga
|
180dd0bb39
|
testffmpeg: don't free the instance extensions, we hold onto them in the context
|
2024-03-04 11:17:42 -08:00 |
Sam Lantinga
|
97f97109d1
|
testffmpeg: fixed Vulkan validation errors
The semaphores need to be submitted in order
|
2024-03-04 09:29:36 -08:00 |
Sam Lantinga
|
dbec2150d0
|
testffmpeg: added support for Vulkan rendering
|
2024-03-04 09:29:36 -08:00 |