We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e7667 commit cebe85aCopy full SHA for cebe85a
README.md
@@ -24,8 +24,8 @@ Native code rendering is implemented for several platforms and graphics APIs:
24
* Windows (D3D11, D3D12, OpenGL, Vulkan)
25
* Note that Vulkan is not compiled in by default (requires Vulkan SDK); enable it by editing `#define SUPPORT_VULKAN 0`
26
to `1` under `UNITY_WIN` clause in `PlatformBase.h`
27
-* macOS X (Metal, OpenGL)
28
-* Linux (OpenGL)
+* macOS (Metal, OpenGL)
+* Linux (OpenGL, Vulkan)
29
* Windows Store aka UWP (D3D11, D3D12)
30
* WebGL (OpenGL ES)
31
* Android (OpenGL ES, Vulkan)
0 commit comments