mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 12:17:10 +02:00
Reimplement limited bindless textures support
This commit is contained in:
parent
8e777be7b4
commit
f7277e76e3
6 changed files with 65 additions and 5 deletions
|
@ -272,6 +272,8 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Glsl
|
|||
AstOperand operand = texOp.GetSource(0) as AstOperand;
|
||||
|
||||
desc = new TextureDescriptor(samplerName, texOp.Type, operand.CbufSlot, operand.CbufOffset);
|
||||
|
||||
context.TextureDescriptors.Add(desc);
|
||||
}
|
||||
else if ((texOp.Type & SamplerType.Indexed) != 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue