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 @@ -2256,20 +2256,20 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_CreateGPUDevice(
2256
2256
*
2257
2257
* With the Vulkan renderer:
2258
2258
*
2259
- * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_SHADERCLIPDISTANCE_BOOL `: Enable
2259
+ * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_SHADERCLIPDISTANCE_BOOLEAN `: Enable
2260
2260
* device feature shaderClipDistance. If disabled, clip distances are not
2261
2261
* supported in shader code: gl_ClipDistance[] built-ins of GLSL,
2262
2262
* SV_ClipDistance0/1 semantics of HLSL and [[clip_distance]] attribute of
2263
2263
* Metal. Defaults to true.
2264
- * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_DEPTHCLAMP_BOOL `: Enable device
2264
+ * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_DEPTHCLAMP_BOOLEAN `: Enable device
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_BOOL `: Enable device
2268
+ * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_DRAWINDIRECTFIRST_BOOLEAN `: Enable device
2269
2269
* 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_BOOL `: Enable device
2272
+ * - `SDL_PROP_GPU_DEVICE_CREATE_VULKAN_SAMPLERANISOTROPY_BOOLEAN `: Enable device
2273
2273
* feature samplerAnisotropy. If disabled, enable_anisotropy of
2274
2274
* SDL_GPUSamplerCreateInfo must be set to false. Defaults to true.
2275
2275
*
You can’t perform that action at this time.
0 commit comments