mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
spirv: Implement ViewportMask with NV_viewport_array2
This commit is contained in:
parent
f65aa540d8
commit
b6b541e36a
10 changed files with 32 additions and 0 deletions
|
@ -75,6 +75,7 @@ struct Profile {
|
|||
bool support_explicit_workgroup_layout{};
|
||||
bool support_vote{};
|
||||
bool support_viewport_index_layer_non_geometry{};
|
||||
bool support_viewport_mask{};
|
||||
bool support_typeless_image_loads{};
|
||||
bool warp_size_potentially_larger_than_guest{};
|
||||
bool support_int64_atomics{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue