Class ShadowGLES20

    • Constructor Detail

      • ShadowGLES20

        public ShadowGLES20()
    • Method Detail

      • glGenFramebuffers

        @Implementation
        protected static void glGenFramebuffers​(int n,
                                                int[] framebuffers,
                                                int offset)
      • glGenTextures

        @Implementation
        protected static void glGenTextures​(int n,
                                            int[] textures,
                                            int offset)
      • glCreateShader

        @Implementation
        protected static int glCreateShader​(int type)
      • glGetShaderiv

        @Implementation
        protected static void glGetShaderiv​(int shader,
                                            int pname,
                                            int[] params,
                                            int offset)
      • glGetProgramiv

        @Implementation
        protected static void glGetProgramiv​(int program,
                                             int pname,
                                             int[] params,
                                             int offset)