You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RLAPIvoidrlSetVertexAttribute(unsigned intindex, intcompSize, inttype, boolnormalized, intstride, constvoid*pointer); // Set vertex attribute data configuration
699
+
RLAPIvoidrlSetVertexAttribute(unsigned intindex, intcompSize, inttype, boolnormalized, intstride, intoffset); // Set vertex attribute data configuration
700
700
RLAPIvoidrlSetVertexAttributeDivisor(unsigned intindex, intdivisor); // Set vertex attribute data divisor
701
701
RLAPIvoidrlSetVertexAttributeDefault(intlocIndex, constvoid*value, intattribType, intcount); // Set vertex attribute default value, when attribute to provided
702
702
RLAPIvoidrlDrawVertexArray(intoffset, intcount); // Draw vertex array (currently active vao)
@@ -3824,14 +3824,14 @@ unsigned int rlLoadVertexArray(void)
0 commit comments