mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-21 06:45:44 +00:00
Sync SDL3 wiki -> header
[ci skip]
(cherry picked from commit 5642fc963e)
This commit is contained in:
committed by
Sam Lantinga
parent
34c687a59b
commit
2ea3ac2914
@@ -2322,12 +2322,12 @@ extern SDL_DECLSPEC SDL_GPUDevice * SDLCALL SDL_CreateGPUDevice(
|
|||||||
* minimal set SDL requires.
|
* minimal set SDL requires.
|
||||||
*
|
*
|
||||||
* With the Metal backend: -
|
* With the Metal backend: -
|
||||||
* `SDL_PROP_GPU_DEVICE_CREATE_METAL_ALLOW_MACFAMILY1_BOOLEAN`: By default, macOS
|
* `SDL_PROP_GPU_DEVICE_CREATE_METAL_ALLOW_MACFAMILY1_BOOLEAN`: By default,
|
||||||
* support requires what Apple calls "MTLGPUFamilyMac2" hardware or newer.
|
* macOS support requires what Apple calls "MTLGPUFamilyMac2" hardware or
|
||||||
* However, an application can set this property to true to enable support for
|
* newer. However, an application can set this property to true to enable
|
||||||
* "MTLGPUFamilyMac1" hardware, if (and only if) the application does not
|
* support for "MTLGPUFamilyMac1" hardware, if (and only if) the application
|
||||||
* write to sRGB textures. (For history's sake: MacFamily1 also does not
|
* does not write to sRGB textures. (For history's sake: MacFamily1 also does
|
||||||
* support indirect command buffers, MSAA depth resolve, and stencil
|
* not support indirect command buffers, MSAA depth resolve, and stencil
|
||||||
* resolve/feedback, but these are not exposed features in SDL_GPU.)
|
* resolve/feedback, but these are not exposed features in SDL_GPU.)
|
||||||
*
|
*
|
||||||
* \param props the properties to use.
|
* \param props the properties to use.
|
||||||
|
|||||||
Reference in New Issue
Block a user