Uses of Class
jgl.context.attrib.pixel.gl_pixel_pack
-
Uses of gl_pixel_pack in jgl.context
Modifier and TypeMethodDescriptionvoid
gl_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) void
gl_image.set_sub_image
(int x, int y, int w, int h, int f, int s, gl_pixel_pack p, Object data) void
gl_image.set_sub_image
(int x, int w, int f, int s, gl_pixel_pack p, Object data) ModifierConstructorDescriptiongl_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