Class GLInterceptor

    • Field Detail

      • calls

        protected int calls
      • textureBindings

        protected int textureBindings
      • drawCalls

        protected int drawCalls
      • shaderSwitches

        protected int shaderSwitches
    • Constructor Detail

      • GLInterceptor

        protected GLInterceptor​(GLProfiler profiler)
    • Method Detail

      • resolveErrorNumber

        public static java.lang.String resolveErrorNumber​(int error)
      • getCalls

        public int getCalls()
      • getTextureBindings

        public int getTextureBindings()
      • getDrawCalls

        public int getDrawCalls()
      • getShaderSwitches

        public int getShaderSwitches()
      • reset

        public void reset()