public static TexCoordsBuffer getInstance(int initialcapacity) {
return ( GLContext.getCapabilities().GL_ARB_vertex_buffer_object ) ? new VBOTexCoordsBuffer(initialcapacity) : new VARTexCoordsBuffer(initialcapacity);
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.