rlSetVertexAttribute method
Implementation
String rlSetVertexAttribute(
num index,
num compSize,
num type,
bool normalized,
num stride,
num offset,
) => 'rlSetVertexAttribute($index, $compSize, $type, $normalized, $stride, $offset)';
String rlSetVertexAttribute(
num index,
num compSize,
num type,
bool normalized,
num stride,
num offset,
) => 'rlSetVertexAttribute($index, $compSize, $type, $normalized, $stride, $offset)';