List of usage examples for org.lwjgl.opengl GL43 glGetProgramResourceLocationIndex
@NativeType("GLint") public static int glGetProgramResourceLocationIndex(@NativeType("GLuint") int program, @NativeType("GLenum") int programInterface, @NativeType("GLchar const *") CharSequence name)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static int glGetProgramResourceLocationIndex(int a, int b, ByteBuffer c) { return GL43.glGetProgramResourceLocationIndex(a, b, c); }
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static int glGetProgramResourceLocationIndex(int a, int b, CharSequence c) { return GL43.glGetProgramResourceLocationIndex(a, b, c); }