mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
panvk: Enable depthClamp and depthBiasClamp
Both are implemented but were not enabled. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32248>
This commit is contained in:
parent
48978d5ce5
commit
6e8cfc3ce4
1 changed files with 2 additions and 0 deletions
|
|
@ -257,6 +257,8 @@ get_features(const struct panvk_physical_device *device,
|
|||
|
||||
*features = (struct vk_features){
|
||||
/* Vulkan 1.0 */
|
||||
.depthClamp = true,
|
||||
.depthBiasClamp = true,
|
||||
.robustBufferAccess = true,
|
||||
.fullDrawIndexUint32 = true,
|
||||
.independentBlend = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue