Class QCOMExtendedGet2

java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet2

public final class QCOMExtendedGet2 extends Object
  • Method Details

    • glExtGetShadersQCOM

      public static void glExtGetShadersQCOM(IntBuffer shaders, IntBuffer numShaders)
    • glExtGetProgramsQCOM

      public static void glExtGetProgramsQCOM(IntBuffer programs, IntBuffer numPrograms)
    • glExtIsProgramBinaryQCOM

      public static boolean glExtIsProgramBinaryQCOM(int program)
    • glExtGetProgramBinarySourceQCOM

      public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length)