Uses of Class
jgl.context.attrib.texture.gl_texture_obj
- 
Packages that use gl_texture_obj Package Description jgl.context jgl.context.attrib  - 
- 
Uses of gl_texture_obj in jgl.context
Fields in jgl.context with type parameters of type gl_texture_obj Modifier and Type Field Description Vector<gl_texture_obj>gl_context. TexListthe vector of texture list - 
Uses of gl_texture_obj in jgl.context.attrib
Fields in jgl.context.attrib declared as gl_texture_obj Modifier and Type Field Description gl_texture_objgl_texture. Current1DFor texture x-Dgl_texture_objgl_texture. Current2Dgl_texture_objgl_texture. Current3Dgl_texture_objgl_texture. CurrentObjMethods in jgl.context.attrib with parameters of type gl_texture_obj Modifier and Type Method Description voidgl_texture. bind_texture(int target, gl_texture_obj obj) 
 -