Add partial support for array of samplers, and add pass to identify them from bindless texture accesses
This commit is contained in:
parent
63345a3098
commit
3ab5c23f49
10 changed files with 210 additions and 39 deletions
|
@ -670,7 +670,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
|||
|
||||
private static Target GetTarget(SamplerType type)
|
||||
{
|
||||
type &= ~SamplerType.Shadow;
|
||||
type &= ~(SamplerType.Indexed | SamplerType.Shadow);
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue