DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes
texture Struct Reference

Framebuffer texture. More...

List of all members.

Public Attributes

unsigned int width
 texture width
unsigned int height
 texture height
unsigned int vis_width
 visible width
unsigned int vis_height
 visible height
GLuint id
 texture identifier
GLuint dlist
 display list
unsigned int u32:1
 texture is 32-bit
unsigned int linear:1
 linear filtering is enabled
union {
   uint16_t *   u16
   uint32_t *   u32
buf
 16 or 32-bit buffer

Detailed Description

Framebuffer texture.


Member Data Documentation

union { ... } texture::buf

16 or 32-bit buffer

GLuint texture::dlist

display list

unsigned int texture::height

texture height

GLuint texture::id

texture identifier

unsigned int texture::linear

linear filtering is enabled

uint16_t* texture::u16
unsigned int texture::u32

texture is 32-bit

uint32_t* texture::u32
unsigned int texture::vis_height

visible height

unsigned int texture::vis_width

visible width

unsigned int texture::width

texture width


The documentation for this struct was generated from the following file: