Skip to content

Commit 6b07e13

Browse files
committed
Fixed spacing
1 parent fffaf12 commit 6b07e13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/SDL3/SDL_gpu.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_CreateGPUDevice(
22942294
* - `SDL_PROP_GPU_DEVICE_CREATE_SHADERS_METALLIB_BOOLEAN`: The app is able to
22952295
* provide Metal shader libraries if applicable.
22962296
*
2297-
* With the D3D12 renderer:
2297+
* With the D3D12 backend:
22982298
*
22992299
* - `SDL_PROP_GPU_DEVICE_CREATE_D3D12_SEMANTIC_NAME_STRING`: the prefix to
23002300
* use for all vertex semantics, default is "TEXCOORD".
@@ -2307,8 +2307,9 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_CreateGPUDevice(
23072307
* either supports Tier 2 Resource Binding or does not support D3D12 in any
23082308
* capacity. Defaults to false.
23092309
*
2310-
* With the Vulkan renderer: -
2311-
* `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_REQUIRE_HARDWARE_ACCELERATION`: By
2310+
* With the Vulkan backend:
2311+
*
2312+
* - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_REQUIRE_HARDWARE_ACCELERATION`: By
23122313
* default, Vulkan device enumeration includes drivers of all types, including
23132314
* software renderers (for example, the Lavapipe Mesa driver). This can be
23142315
* useful if your application _requires_ SDL_GPU, but if you can provide your

0 commit comments

Comments
 (0)