C# Class LWisteria.StudiesOfOpenTK.ObjectiveTK.VertexAttribution

頂点属性
Afficher le fichier Open project: aokomoriuta/StudiesOfOpenTK Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Normalized bool
Offset int
Size int
Type VertexAttribPointerType

Méthodes publiques

Méthode Description
VertexAttribution ( string name, VertexAttribPointerType type, int size, int offset, bool normalized = false ) : OpenTK.Graphics.OpenGL

頂点属性を作成する

Method Details

VertexAttribution() public méthode

頂点属性を作成する
public VertexAttribution ( string name, VertexAttribPointerType type, int size, int offset, bool normalized = false ) : OpenTK.Graphics.OpenGL
name string 変数名
type VertexAttribPointerType 属性の種類
size int 属性の数
offset int 属性の位置
normalized bool 正規化されているかどうか
Résultat OpenTK.Graphics.OpenGL

Property Details

Name public_oe property

属性の変数名
public string Name
Résultat string

Normalized public_oe property

正規化されているかどうか
public bool Normalized
Résultat bool

Offset public_oe property

属性の位置
public int Offset
Résultat int

Size public_oe property

属性の数
public int Size
Résultat int

Type public_oe property

属性の種類
public VertexAttribPointerType Type
Résultat VertexAttribPointerType