Skip to content

Commit a63e848

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 5ec6147 commit a63e848

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/SDL3/SDL_gpu.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,12 +2309,12 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_CreateGPUDevice(
23092309
*
23102310
* With the Vulkan backend:
23112311
*
2312-
* - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_REQUIRE_HARDWARE_ACCELERATION_BOOLEAN`: By
2313-
* default, Vulkan device enumeration includes drivers of all types, including
2314-
* software renderers (for example, the Lavapipe Mesa driver). This can be
2315-
* useful if your application _requires_ SDL_GPU, but if you can provide your
2316-
* own fallback renderer (for example, an OpenGL renderer) this property can
2317-
* be set to true. Defaults to false.
2312+
* - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_REQUIRE_HARDWARE_ACCELERATION_BOOLEAN`:
2313+
* By default, Vulkan device enumeration includes drivers of all types,
2314+
* including software renderers (for example, the Lavapipe Mesa driver).
2315+
* This can be useful if your application _requires_ SDL_GPU, but if you can
2316+
* provide your own fallback renderer (for example, an OpenGL renderer) this
2317+
* property can be set to true. Defaults to false.
23182318
*
23192319
* \param props the properties to use.
23202320
* \returns a GPU context on success or NULL on failure; call SDL_GetError()

0 commit comments

Comments
 (0)