Method
CoglPrimitiveforeach_attribute
Declaration [src]
void
cogl_primitive_foreach_attribute (
CoglPrimitive* primitive,
CoglPrimitiveAttributeCallback callback,
void* user_data
)
Parameters
callback
-
Type:
CoglPrimitiveAttributeCallback
A
CoglPrimitiveAttributeCallback
to be called for each attribute. user_data
-
Type:
void*
Private data that will be passed to the callback.
The argument can be NULL
.The data is owned by the caller of the method.