Axiom.RenderSystems.OpenGL.GLGpuProgram.AttributeIndex C# (CSharp) Метод

AttributeIndex() приватный Метод

private AttributeIndex ( VertexElementSemantic semantic, uint index ) : uint
semantic VertexElementSemantic
index uint
Результат uint
        internal virtual uint AttributeIndex(VertexElementSemantic semantic, uint index)
		{
            return FixedAttributeIndex(semantic, index);
		}