rlEnableStatePointer method

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

Enable attribute state pointer

Implementation

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