rlSetVertexAttribute method
void
rlSetVertexAttribute()
override
Set vertex attribute data configuration
Implementation
@override
void rlSetVertexAttribute(
int index,
int compSize,
int type,
bool normalized,
int stride,
int offset,
) => _ffi.rlSetVertexAttribute(
index,
compSize,
type,
normalized,
stride,
offset,
);