mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 19:19:41 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -2259,13 +2259,14 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_CreateGPUDevice(
|
|||||||
*
|
*
|
||||||
* - `SDL_PROP_GPU_DEVICE_CREATE_D3D12_SEMANTIC_NAME_STRING`: the prefix to
|
* - `SDL_PROP_GPU_DEVICE_CREATE_D3D12_SEMANTIC_NAME_STRING`: the prefix to
|
||||||
* use for all vertex semantics, default is "TEXCOORD".
|
* use for all vertex semantics, default is "TEXCOORD".
|
||||||
* - `SDL_PROP_GPU_DEVICE_CREATE_D3D12_ALLOW_FEWER_RESOURCE_SLOTS_BOOLEAN`:
|
* - `SDL_PROP_GPU_DEVICE_CREATE_D3D12_ALLOW_FEWER_RESOURCE_SLOTS_BOOLEAN`: By
|
||||||
* By default, Resourcing Binding Tier 2 is required for D3D12 support.
|
* default, Resourcing Binding Tier 2 is required for D3D12 support.
|
||||||
* However, an application can enable this property to enable Tier 1 support,
|
* However, an application can enable this property to enable Tier 1
|
||||||
* if (and only if) the application uses 8 or fewer storage resources across
|
* support, if (and only if) the application uses 8 or fewer storage
|
||||||
* all shader stages. As of writing, this property is useful for targeting
|
* resources across all shader stages. As of writing, this property is
|
||||||
* Intel Haswell and Broadwell GPUs; other hardware either supports Tier 2
|
* useful for targeting Intel Haswell and Broadwell GPUs; other hardware
|
||||||
* Resource Binding or does not support D3D12 in any capacity.
|
* either supports Tier 2 Resource Binding or does not support D3D12 in any
|
||||||
|
* capacity.
|
||||||
*
|
*
|
||||||
* With the Vulkan renderer:
|
* With the Vulkan renderer:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user