mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
docs/zink: add GL 4.1 requirements
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8648>
This commit is contained in:
parent
c3d7de47cd
commit
d0e7a7d58d
@ -119,6 +119,15 @@ supported:
|
||||
* ```VK_FORMAT_R32G32B32_SINT```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT```
|
||||
* ```VK_FORMAT_R32G32B32_UINT```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT```
|
||||
|
||||
OpenGL 4.1
|
||||
^^^^^^^^^^
|
||||
|
||||
For OpenGL 4.1 support, the following additional ``VkPhysicalDeviceLimits``
|
||||
are required:
|
||||
|
||||
* `maxImageDimension2D` ≥ 16384
|
||||
* `maxViewports` ≥ 16
|
||||
|
||||
Debugging
|
||||
---------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user