Uses of Class
jgl.context.attrib.pixel.gl_pixel_pack
-
Packages that use gl_pixel_pack Package Description jgl.context jgl.context.attrib -
-
Uses of gl_pixel_pack in jgl.context
Methods in jgl.context with parameters of type gl_pixel_pack Modifier and Type Method Description voidgl_image. set_sub_image(int x, int y, int z, int w, int h, int d, int f, int s, gl_pixel_pack p, Object data)voidgl_image. set_sub_image(int x, int y, int w, int h, int f, int s, gl_pixel_pack p, Object data)voidgl_image. set_sub_image(int x, int w, int f, int s, gl_pixel_pack p, Object data)Constructors in jgl.context with parameters of type gl_pixel_pack Constructor Description gl_image(int w, int h, int d, int c, int f, int s, gl_pixel_pack p, Object data)gl_image(int w, int h, int c, int f, int s, gl_pixel_pack p, Object data)gl_image(int w, int c, int f, int s, gl_pixel_pack p, Object data) -
Uses of gl_pixel_pack in jgl.context.attrib
Fields in jgl.context.attrib declared as gl_pixel_pack Modifier and Type Field Description gl_pixel_packgl_pixel. PackGL_PACK_xxx: for GL_PACK_xxxgl_pixel_packgl_pixel. UnpackGL_UNPACK_xxx: for GL_UNPACK_xxx
-