Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members  

P3DTexture Struct Reference

External texture structure. More...

#include <P3DTexMgr.hpp>

List of all members.

Public Attributes

GLuint index
u16 width
u16 height
GLenum format
GLint filter
GLint repeat


Detailed Description

External texture structure.


Member Data Documentation

GLuint P3DTexture::index
 

OpenGL texture id.

u16 P3DTexture::width
 

texture width in pixels (power of 2)

u16 P3DTexture::height
 

texture height in pixels (power of 2)

GLenum P3DTexture::format
 

OpenGL byte format.

GLint P3DTexture::filter
 

GL_LINEAR, GL_NEAREST, GL_*_MIPMAP_*.

GLint P3DTexture::repeat
 

GL_REPEAT or GL_CLAMP.


The documentation for this struct was generated from the following file:
  • P3DTexMgr.hpp

Generated by Doxygen 1.2.18 on Tue Oct 26 12:07:45 2004.