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