rlSetVertexAttribute abstract method
void
rlSetVertexAttribute()
Set vertex attribute data configuration
Implementation
void rlSetVertexAttribute(
int index,
int compSize,
int type,
bool normalized,
int stride,
int offset,
);