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
Member Data Documentation
| union { ... } texture::buf |
| unsigned int texture::height |
| unsigned int texture::linear |
linear filtering is enabled
| unsigned int texture::u32 |
| unsigned int texture::vis_height |
| unsigned int texture::vis_width |
| unsigned int texture::width |
The documentation for this struct was generated from the following file: