#pragma once #include "thirdparty/GL/GL.hpp" void drawArrayVT(GLuint buffer, int count, int stride); void drawArrayVTC(GLuint buffer, int count, int stride);