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. TexList
the 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_obj
gl_texture. Current1D
For texture x-Dgl_texture_obj
gl_texture. Current2D
gl_texture_obj
gl_texture. Current3D
gl_texture_obj
gl_texture. CurrentObj
Methods in jgl.context.attrib with parameters of type gl_texture_obj Modifier and Type Method Description void
gl_texture. bind_texture(int target, gl_texture_obj obj)
-