File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments