List of usage examples for org.lwjgl.opengl GL43 glVertexAttribIFormat
public static void glVertexAttribIFormat(@NativeType("GLuint") int attribindex, @NativeType("GLint") int size, @NativeType("GLenum") int type, @NativeType("GLuint") int relativeoffset)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glVertexAttribIFormat(int a, int b, int c, int d) { GL43.glVertexAttribIFormat(a, b, c, d); }