Refactor binding logic + Bind image arrays
This commit is contained in:
parent
04c0090653
commit
2f0235fc37
2 changed files with 212 additions and 214 deletions
|
@ -64,6 +64,16 @@ namespace Ryujinx.Graphics.Metal
|
|||
SetDirty();
|
||||
}
|
||||
|
||||
public TextureRef[] GetTextureRefs()
|
||||
{
|
||||
return _textureRefs;
|
||||
}
|
||||
|
||||
public TextureBuffer[] GetBufferTextureRefs()
|
||||
{
|
||||
return _bufferTextureRefs;
|
||||
}
|
||||
|
||||
private void SetDirty()
|
||||
{
|
||||
_pipeline.DirtyImages();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue