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