Property | Type | Description | |
---|---|---|---|
Name | string | ||
Normalized | bool | ||
Offset | int | ||
Size | int | ||
Type | VertexAttribPointerType |
Method | Description | |
---|---|---|
VertexAttribution ( string name, VertexAttribPointerType type, int size, int offset, bool normalized = false ) : OpenTK.Graphics.OpenGL |
頂点属性を作成する
|
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 |