docs/zink: update query requirements
These features are no longer required. Reviewed-by: Soroush Kashani <soroush.kashani@imgtec.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19750>
This commit is contained in:

committed by
Marge Bot

parent
00a88f48fd
commit
16fd8b8324
@@ -117,7 +117,6 @@ supported, although some of these might not actually get verified:
|
||||
|
||||
* ``VkPhysicalDeviceFeatures``:
|
||||
|
||||
* ``occlusionQueryPrecise``
|
||||
* ``dualSrcBlend``
|
||||
|
||||
* Device extensions:
|
||||
@@ -240,7 +239,6 @@ are required to be supported
|
||||
* ``VkPhysicalDeviceFeatures``:
|
||||
|
||||
* ``samplerAnisotropy``
|
||||
* ``pipelineStatisticsQuery``
|
||||
* ``depthBiasClamp``
|
||||
|
||||
* Device extensions:
|
||||
|
@@ -105,7 +105,6 @@
|
||||
},
|
||||
"features": {
|
||||
"VkPhysicalDeviceFeatures": {
|
||||
"occlusionQueryPrecise": true,
|
||||
"dualSrcBlend": true
|
||||
}
|
||||
}
|
||||
@@ -298,7 +297,6 @@
|
||||
"features": {
|
||||
"VkPhysicalDeviceFeatures": {
|
||||
"samplerAnisotropy": true,
|
||||
"pipelineStatisticsQuery": true,
|
||||
"depthBiasClamp": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user