rlSetVertexAttribute function
void
rlSetVertexAttribute()
Implementation
void rlSetVertexAttribute(
int index,
int compSize,
int type,
bool normalized,
int stride,
int offset,
) => _module.rlSetVertexAttribute(index, compSize, type, normalized, stride, offset);