Axiom.RenderSystems.OpenGL.GLGpuProgram.AttributeIndex C# (CSharp) Method

AttributeIndex() private method

private AttributeIndex ( VertexElementSemantic semantic, uint index ) : uint
semantic VertexElementSemantic
index uint
return uint
        internal virtual uint AttributeIndex(VertexElementSemantic semantic, uint index)
		{
            return FixedAttributeIndex(semantic, index);
		}