Bind TextureBuffers
This commit is contained in:
committed by
Evan Husted
parent
eeadf17f5c
commit
d650538138
@@ -54,10 +54,10 @@ namespace Ryujinx.Graphics.Metal
|
||||
record struct TextureRef
|
||||
{
|
||||
public ShaderStage Stage;
|
||||
public Texture Storage;
|
||||
public TextureBase Storage;
|
||||
public Sampler Sampler;
|
||||
|
||||
public TextureRef(ShaderStage stage, Texture storage, Sampler sampler)
|
||||
public TextureRef(ShaderStage stage, TextureBase storage, Sampler sampler)
|
||||
{
|
||||
Stage = stage;
|
||||
Storage = storage;
|
||||
|
||||
Reference in New Issue
Block a user