1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-25 20:56:27 -05:00

Avoid querying and setting texture bindings in hot code (#376)

This commit is contained in:
ReinUsesLisp
2018-08-23 01:54:32 -03:00
committed by gdkchan
parent 57dfa09e3a
commit 1cd7aaf504
3 changed files with 29 additions and 13 deletions

View File

@@ -11,8 +11,6 @@ namespace Ryujinx.Graphics.Gal
IEnumerable<ShaderDeclInfo> GetConstBufferUsage(long Key);
IEnumerable<ShaderDeclInfo> GetTextureUsage(long Key);
void EnsureTextureBinding(string UniformName, int Value);
void Bind(long Key);
void Unbind(GalShaderType Type);