C# Class Microsoft.Xna.Framework.Graphics.Shader.Attribute

Show file Open project: procfxgen/MGShaderEditor

Public Properties

Property Type Description
index int
location int
name string
usage VertexElementUsage

Property Details

index public property

public int index
return int

location public property

public int location
return int

name public property

public string name
return string

usage public property

public VertexElementUsage usage
return VertexElementUsage