mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Add partial support for array of samplers, and add pass to identify them from bindless texture accesses
This commit is contained in:
parent
7aad13d242
commit
bd0a16ecbf
10 changed files with 210 additions and 39 deletions
|
@ -14,8 +14,9 @@ namespace Ryujinx.Graphics.Shader
|
|||
Mask = 0xff,
|
||||
|
||||
Array = 1 << 8,
|
||||
Multisample = 1 << 9,
|
||||
Shadow = 1 << 10
|
||||
Indexed = 1 << 9,
|
||||
Multisample = 1 << 10,
|
||||
Shadow = 1 << 11
|
||||
}
|
||||
|
||||
static class SamplerTypeExtensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue