Class QCOMExtendedGet2


  • public final class QCOMExtendedGet2
    extends Object
    • Method Detail

      • 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)