From 9e74ada7b881ad2d060a1744904765f48a9a135d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 6 Oct 2024 14:30:01 -0400 Subject: [PATCH] gpu: fixed formatting in docs. --- include/SDL3/SDL_gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h index 7cb5bcb209..cf29f2d620 100644 --- a/include/SDL3/SDL_gpu.h +++ b/include/SDL3/SDL_gpu.h @@ -1917,7 +1917,7 @@ extern SDL_DECLSPEC SDL_GPUDevice *SDLCALL SDL_CreateGPUDevice( * provide shaders for an NDA platform. * - `SDL_PROP_GPU_DEVICE_CREATE_SHADERS_SPIRV_BOOL`: The app is able to * provide SPIR-V shaders if applicable. - * - SDL_PROP_GPU_DEVICE_CREATE_SHADERS_DXBC_BOOL`: The app is able to provide + * - `SDL_PROP_GPU_DEVICE_CREATE_SHADERS_DXBC_BOOL`: The app is able to provide * DXBC shaders if applicable * `SDL_PROP_GPU_DEVICE_CREATE_SHADERS_DXIL_BOOL`: The app is able to * provide DXIL shaders if applicable.