File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2265,12 +2265,12 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_CreateGPUDevice(
2265
2265
* feature depthClamp. If disabled, there is no depth clamp support and
2266
2266
* enable_depth_clip in SDL_GPURasterizerState must always be set to true.
2267
2267
* Defaults to true.
2268
- * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_DRAWINDIRECTFIRST_BOOLEAN`: Enable device
2269
- * feature drawIndirectFirstInstance. If disabled, the argument
2268
+ * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_DRAWINDIRECTFIRST_BOOLEAN`: Enable
2269
+ * device feature drawIndirectFirstInstance. If disabled, the argument
2270
2270
* first_instance of SDL_GPUIndirectDrawCommand must be set to zero.
2271
2271
* Defaults to true.
2272
- * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_SAMPLERANISOTROPY_BOOLEAN`: Enable device
2273
- * feature samplerAnisotropy. If disabled, enable_anisotropy of
2272
+ * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_SAMPLERANISOTROPY_BOOLEAN`: Enable
2273
+ * device feature samplerAnisotropy. If disabled, enable_anisotropy of
2274
2274
* SDL_GPUSamplerCreateInfo must be set to false. Defaults to true.
2275
2275
*
2276
2276
* \param props the properties to use.
You can’t perform that action at this time.
0 commit comments