mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 14:27:52 +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
|
@ -690,6 +690,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, Tegra::GPU& gpu_,
|
|||
.support_vote = true,
|
||||
.support_viewport_index_layer_non_geometry =
|
||||
device.IsExtShaderViewportIndexLayerSupported(),
|
||||
.support_viewport_mask = device.IsNvViewportArray2Supported(),
|
||||
.support_typeless_image_loads = device.IsFormatlessImageLoadSupported(),
|
||||
.warp_size_potentially_larger_than_guest = device.IsWarpSizePotentiallyBiggerThanGuest(),
|
||||
.support_int64_atomics = device.IsExtShaderAtomicInt64Supported(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue