mirror of https://github.com/libsdl-org/SDL.git
parent
5bd1578a45
commit
3be0ec5631
|
|
@ -211,9 +211,13 @@
|
||||||
*
|
*
|
||||||
* ## System Requirements
|
* ## System Requirements
|
||||||
*
|
*
|
||||||
* **Vulkan:** Supported on Windows, Linux, Nintendo Switch, and certain
|
* ### Vulkan
|
||||||
* Android devices. Requires Vulkan 1.0 with the following extensions and
|
*
|
||||||
* device features:
|
* SDL driver name: "vulkan" (for use in SDL_CreateGPUDevice() and
|
||||||
|
* SDL_PROP_GPU_DEVICE_CREATE_NAME_STRING)
|
||||||
|
*
|
||||||
|
* Supported on Windows, Linux, Nintendo Switch, and certain Android devices.
|
||||||
|
* Requires Vulkan 1.0 with the following extensions and device features:
|
||||||
*
|
*
|
||||||
* - `VK_KHR_swapchain`
|
* - `VK_KHR_swapchain`
|
||||||
* - `VK_KHR_maintenance1`
|
* - `VK_KHR_maintenance1`
|
||||||
|
|
@ -224,12 +228,19 @@
|
||||||
* - `drawIndirectFirstInstance`
|
* - `drawIndirectFirstInstance`
|
||||||
* - `sampleRateShading`
|
* - `sampleRateShading`
|
||||||
*
|
*
|
||||||
* **D3D12:** Supported on Windows 10 or newer, Xbox One (GDK), and Xbox
|
* ### D3D12
|
||||||
* Series X|S (GDK). Requires a GPU that supports DirectX 12 Feature Level
|
|
||||||
* 11_1.
|
|
||||||
*
|
*
|
||||||
* **Metal:** Supported on macOS 10.14+ and iOS/tvOS 13.0+. Hardware
|
* SDL driver name: "direct3d12"
|
||||||
* requirements vary by operating system:
|
*
|
||||||
|
* Supported on Windows 10 or newer, Xbox One (GDK), and Xbox Series X|S
|
||||||
|
* (GDK). Requires a GPU that supports DirectX 12 Feature Level 11_1.
|
||||||
|
*
|
||||||
|
* ### Metal
|
||||||
|
*
|
||||||
|
* SDL driver name: "metal"
|
||||||
|
*
|
||||||
|
* Supported on macOS 10.14+ and iOS/tvOS 13.0+. Hardware requirements vary by
|
||||||
|
* operating system:
|
||||||
*
|
*
|
||||||
* - macOS requires an Apple Silicon or
|
* - macOS requires an Apple Silicon or
|
||||||
* [Intel Mac2 family](https://developer.apple.com/documentation/metal/mtlfeatureset/mtlfeatureset_macos_gpufamily2_v1?language=objc)
|
* [Intel Mac2 family](https://developer.apple.com/documentation/metal/mtlfeatureset/mtlfeatureset_macos_gpufamily2_v1?language=objc)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue