mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 20:20:53 -05:00
Shader Extra Set Support + Cleanup (#36)
Separate samplers are now supported and arrays in constant sets are bound
This commit is contained in:
committed by
Evan Husted
parent
5b88ea66ba
commit
80bb95dfb9
@@ -192,7 +192,7 @@ namespace Ryujinx.Graphics.Shader
|
||||
typeName += "_array";
|
||||
}
|
||||
|
||||
return $"{typeName} <float{(image ? ", access::read_write" : "")}>";
|
||||
return $"{typeName}<float{(image ? ", access::read_write" : "")}>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user