rlSetVertexAttributeDefault function
void
rlSetVertexAttributeDefault(
- int locIndex,
- MemoryPointer<
RVoid> value, - int attribType,
- int count,
See RaylibRlglFlatModule.rlSetVertexAttributeDefault.
Implementation
void rlSetVertexAttributeDefault(
int locIndex,
MemoryPointer<RVoid> value,
int attribType,
int count,
) => _module.rlSetVertexAttributeDefault(locIndex, value, attribType, count);