rlSetVertexAttribute method
void
rlSetVertexAttribute()
Implementation
void rlSetVertexAttribute(
int index,
int compSize,
int type,
bool normalized,
int stride,
int offset,
) {
return _rlSetVertexAttribute(
index,
compSize,
type,
normalized,
stride,
offset,
);
}