Use explicit buffer and texture bindings on shaders (#1666)
* Use explicit buffer and texture bindings on shaders * More XML docs and other nits
This commit is contained in:
parent
5561a3b95e
commit
8d168574eb
20 changed files with 496 additions and 551 deletions
|
@ -12,7 +12,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
|
||||
void BackgroundContextAction(Action action);
|
||||
|
||||
IShader CompileShader(ShaderProgram shader);
|
||||
IShader CompileShader(ShaderStage stage, string code);
|
||||
|
||||
BufferHandle CreateBuffer(int size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue