rlEnableStatePointer function

void rlEnableStatePointer(
  1. int vertexAttribType,
  2. Pointer<Void> buffer
)

Implementation

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