Explicit GLSL "position" attribute location (#199)

This commit is contained in:
ReinUsesLisp 2018-06-28 22:01:58 -03:00 committed by gdkchan
parent 4c7c21634e
commit edfd4bc860
2 changed files with 4 additions and 2 deletions

View file

@ -15,6 +15,8 @@ namespace Ryujinx.Graphics.Gal.Shader
public const int GlPositionVec4Index = 7;
public const int PositionOutAttrLocation = 15;
private const int AttrStartIndex = 8;
private const int TexStartIndex = 8;