Enumeration

CoglAttributeType

Declaration

enum Cogl.AttributeType

Description [src]

Data types for the components of a vertex attribute.

Available since:1.0

Members

Name Description
COGL_ATTRIBUTE_TYPE_BYTE

Data is the same size of a byte.

COGL_ATTRIBUTE_TYPE_UNSIGNED_BYTE

Data is the same size of an unsigned byte.

COGL_ATTRIBUTE_TYPE_SHORT

Data is the same size of a short integer.

COGL_ATTRIBUTE_TYPE_UNSIGNED_SHORT

Data is the same size of an unsigned short integer.

COGL_ATTRIBUTE_TYPE_FLOAT

Data is the same size of a float.