Class ARBGetTextureSubImage


  • public final class ARBGetTextureSubImage
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      static void glGetCompressedTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, java.nio.ByteBuffer pixels)  
      static void glGetCompressedTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, java.nio.DoubleBuffer pixels)  
      static void glGetCompressedTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, java.nio.FloatBuffer pixels)  
      static void glGetCompressedTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, java.nio.IntBuffer pixels)  
      static void glGetCompressedTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, java.nio.ShortBuffer pixels)  
      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)  
      static void glGetTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.ByteBuffer pixels)  
      static void glGetTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.DoubleBuffer pixels)  
      static void glGetTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.FloatBuffer pixels)  
      static void glGetTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.IntBuffer pixels)  
      static void glGetTextureSubImage​(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.ShortBuffer pixels)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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,
                                                java.nio.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,
                                                java.nio.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,
                                                java.nio.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,
                                                java.nio.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,
                                                java.nio.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,
                                                          java.nio.ByteBuffer pixels)
      • glGetCompressedTextureSubImage

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

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

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

        public static void glGetCompressedTextureSubImage​(int texture,
                                                          int level,
                                                          int xoffset,
                                                          int yoffset,
                                                          int zoffset,
                                                          int width,
                                                          int height,
                                                          int depth,
                                                          java.nio.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)