mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-29 09:18:43 +00:00
gpu: Rework driver name queries, add GetGPUShaderFormats
This commit is contained in:
parent
6d92de5d3a
commit
96e147b2b9
12 changed files with 129 additions and 67 deletions
|
|
@ -11889,7 +11889,6 @@ static SDL_GPUDevice *VULKAN_CreateDevice(bool debugMode, bool preferLowPower, S
|
|||
|
||||
SDL_GPUBootstrap VulkanDriver = {
|
||||
"vulkan",
|
||||
SDL_GPU_DRIVER_VULKAN,
|
||||
SDL_GPU_SHADERFORMAT_SPIRV,
|
||||
VULKAN_PrepareDriver,
|
||||
VULKAN_CreateDevice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue