| Import line: | Cogl = imports.gi.Cogl; |
| GIR File: | Cogl-1.0.gir |
| C documentation: | CoglAttributeType |
| Enum : | AttributeType |
| Properties | |
|---|---|
|
guint32 Cogl.AttributeType.BYTE : 5120
|
|
|
guint32 Cogl.AttributeType.FLOAT : 5126
|
|
|
guint32 Cogl.AttributeType.SHORT : 5122
|
|
|
guint32 Cogl.AttributeType.UNSIGNED_BYTE : 5121
|
|
|
guint32 Cogl.AttributeType.UNSIGNED_SHORT : 5123
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Cogl
Method |
Cogl.vertex_buffer_add
(void* handle, String attribute_name, guint8 n_components, AttributeType type, gboolean normalized, guint16 stride, void* pointer)
:
none
Adds an attribute to a buffer.
|