|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <gropengltexture.h>
Public Member Functions | |
| tcache_slot_opengl () | |
| void | reset () |
Public Attributes | |
| GLuint | texture_id |
| GLenum | texture_target |
| GLenum | wrap_mode |
| float | u_scale |
| float | v_scale |
| int | bitmap_handle |
| int | size |
| ushort | w |
| ushort | h |
| ubyte | bpp |
| ubyte | mipmap_levels |
Definition at line 19 of file gropengltexture.h.
|
inline |
Definition at line 30 of file gropengltexture.h.
|
inline |
Definition at line 37 of file gropengltexture.h.
| int tcache_slot_opengl::bitmap_handle |
Definition at line 24 of file gropengltexture.h.
| ubyte tcache_slot_opengl::bpp |
Definition at line 27 of file gropengltexture.h.
| ushort tcache_slot_opengl::h |
Definition at line 26 of file gropengltexture.h.
| ubyte tcache_slot_opengl::mipmap_levels |
Definition at line 28 of file gropengltexture.h.
| int tcache_slot_opengl::size |
Definition at line 25 of file gropengltexture.h.
| GLuint tcache_slot_opengl::texture_id |
Definition at line 20 of file gropengltexture.h.
| GLenum tcache_slot_opengl::texture_target |
Definition at line 21 of file gropengltexture.h.
| float tcache_slot_opengl::u_scale |
Definition at line 23 of file gropengltexture.h.
| float tcache_slot_opengl::v_scale |
Definition at line 23 of file gropengltexture.h.
| ushort tcache_slot_opengl::w |
Definition at line 26 of file gropengltexture.h.
| GLenum tcache_slot_opengl::wrap_mode |
Definition at line 22 of file gropengltexture.h.