mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 05:00:09 +01:00
docs/zink: add GL 4.2 requirements
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
d0e7a7d58d
commit
fb65285629
1 changed files with 17 additions and 0 deletions
|
|
@ -128,6 +128,23 @@ are required:
|
||||||
* `maxImageDimension2D` ≥ 16384
|
* `maxImageDimension2D` ≥ 16384
|
||||||
* `maxViewports` ≥ 16
|
* `maxViewports` ≥ 16
|
||||||
|
|
||||||
|
OpenGL 4.2
|
||||||
|
^^^^^^^^^^
|
||||||
|
|
||||||
|
For OpenGL 4.2 support, Vulkan 1.1 is required, plus the following additional
|
||||||
|
requirements needs to be supported:
|
||||||
|
|
||||||
|
* ``VkPhysicalDeviceVulkan11Features``:
|
||||||
|
|
||||||
|
* ``shaderDrawParameters``
|
||||||
|
|
||||||
|
* Formats features:
|
||||||
|
|
||||||
|
* ```VK_FORMAT_BC7_UNORM_BLOCK```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT```
|
||||||
|
* ```VK_FORMAT_BC7_SRGB_BLOCK```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT```
|
||||||
|
* ```VK_FORMAT_BC6H_SFLOAT_BLOCK```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT```
|
||||||
|
* ```VK_FORMAT_BC6H_UFLOAT_BLOCK```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT```
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue