rlEnableStatePointer function
Implementation
void rlEnableStatePointer(
int vertexAttribType,
Pointer<Void> buffer,
) => _module.rlEnableStatePointer(vertexAttribType, buffer);
void rlEnableStatePointer(
int vertexAttribType,
Pointer<Void> buffer,
) => _module.rlEnableStatePointer(vertexAttribType, buffer);