C# Class LWisteria.StudiesOfOpenTK.ObjectiveTK.VertexAttribution

頂点属性
Mostrar archivo Open project: aokomoriuta/StudiesOfOpenTK Class Usage Examples

Public Properties

Property Type Description
Name string
Normalized bool
Offset int
Size int
Type VertexAttribPointerType

Public Methods

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

頂点属性を作成する

Method Details

VertexAttribution() public method

頂点属性を作成する
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 正規化されているかどうか
return OpenTK.Graphics.OpenGL

Property Details

Name public_oe property

属性の変数名
public string Name
return string

Normalized public_oe property

正規化されているかどうか
public bool Normalized
return bool

Offset public_oe property

属性の位置
public int Offset
return int

Size public_oe property

属性の数
public int Size
return int

Type public_oe property

属性の種類
public VertexAttribPointerType Type
return VertexAttribPointerType