Class ARBGetTextureSubImage


  • public final class ARBGetTextureSubImage
    extends Object
    • Method Detail

      • glGetTextureSubImage

        public static void glGetTextureSubImage​(int texture,
                                                int level,
                                                int xoffset,
                                                int yoffset,
                                                int zoffset,
                                                int width,
                                                int height,
                                                int depth,
                                                int format,
                                                int type,
                                                ByteBuffer pixels)
      • glGetTextureSubImage

        public static void glGetTextureSubImage​(int texture,
                                                int level,
                                                int xoffset,
                                                int yoffset,
                                                int zoffset,
                                                int width,
                                                int height,
                                                int depth,
                                                int format,
                                                int type,
                                                DoubleBuffer pixels)
      • glGetTextureSubImage

        public static void glGetTextureSubImage​(int texture,
                                                int level,
                                                int xoffset,
                                                int yoffset,
                                                int zoffset,
                                                int width,
                                                int height,
                                                int depth,
                                                int format,
                                                int type,
                                                FloatBuffer pixels)
      • glGetTextureSubImage

        public static void glGetTextureSubImage​(int texture,
                                                int level,
                                                int xoffset,
                                                int yoffset,
                                                int zoffset,
                                                int width,
                                                int height,
                                                int depth,
                                                int format,
                                                int type,
                                                IntBuffer pixels)
      • glGetTextureSubImage

        public static void glGetTextureSubImage​(int texture,
                                                int level,
                                                int xoffset,
                                                int yoffset,
                                                int zoffset,
                                                int width,
                                                int height,
                                                int depth,
                                                int format,
                                                int type,
                                                ShortBuffer pixels)
      • glGetTextureSubImage

        public static void glGetTextureSubImage​(int texture,
                                                int level,
                                                int xoffset,
                                                int yoffset,
                                                int zoffset,
                                                int width,
                                                int height,
                                                int depth,
                                                int format,
                                                int type,
                                                int pixels_bufSize,
                                                long pixels_buffer_offset)
      • glGetCompressedTextureSubImage

        public static void glGetCompressedTextureSubImage​(int texture,
                                                          int level,
                                                          int xoffset,
                                                          int yoffset,
                                                          int zoffset,
                                                          int width,
                                                          int height,
                                                          int depth,
                                                          ByteBuffer pixels)
      • glGetCompressedTextureSubImage

        public static void glGetCompressedTextureSubImage​(int texture,
                                                          int level,
                                                          int xoffset,
                                                          int yoffset,
                                                          int zoffset,
                                                          int width,
                                                          int height,
                                                          int depth,
                                                          DoubleBuffer pixels)
      • glGetCompressedTextureSubImage

        public static void glGetCompressedTextureSubImage​(int texture,
                                                          int level,
                                                          int xoffset,
                                                          int yoffset,
                                                          int zoffset,
                                                          int width,
                                                          int height,
                                                          int depth,
                                                          FloatBuffer pixels)
      • glGetCompressedTextureSubImage

        public static void glGetCompressedTextureSubImage​(int texture,
                                                          int level,
                                                          int xoffset,
                                                          int yoffset,
                                                          int zoffset,
                                                          int width,
                                                          int height,
                                                          int depth,
                                                          IntBuffer pixels)
      • glGetCompressedTextureSubImage

        public static void glGetCompressedTextureSubImage​(int texture,
                                                          int level,
                                                          int xoffset,
                                                          int yoffset,
                                                          int zoffset,
                                                          int width,
                                                          int height,
                                                          int depth,
                                                          ShortBuffer pixels)
      • glGetCompressedTextureSubImage

        public static void glGetCompressedTextureSubImage​(int texture,
                                                          int level,
                                                          int xoffset,
                                                          int yoffset,
                                                          int zoffset,
                                                          int width,
                                                          int height,
                                                          int depth,
                                                          int pixels_bufSize,
                                                          long pixels_buffer_offset)