Uses of Class
jgl.context.gl_image
- 
Packages that use gl_image Package Description jgl.context.attrib jgl.context.attrib.texture  - 
- 
Uses of gl_image in jgl.context.attrib
Methods in jgl.context.attrib that return gl_image Modifier and Type Method Description gl_imagegl_texture. get_tex_image(int target, int level)Methods in jgl.context.attrib with parameters of type gl_image Modifier and Type Method Description voidgl_texture. set_tex_image(int target, int level, int border, gl_image img) - 
Uses of gl_image in jgl.context.attrib.texture
Fields in jgl.context.attrib.texture declared as gl_image Modifier and Type Field Description gl_imagegl_texture_img. ImageMethods in jgl.context.attrib.texture that return gl_image Modifier and Type Method Description gl_imagegl_texture_obj. get_tex_image(int level)Methods in jgl.context.attrib.texture with parameters of type gl_image Modifier and Type Method Description voidgl_texture_obj. set_tex_image(int level, int border, gl_image img)Constructors in jgl.context.attrib.texture with parameters of type gl_image Constructor Description gl_texture_img(int border, gl_image data) 
 -