OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::D3D9Texture::TextureResources Struct Reference

#include <OgreD3D9Texture.h>

Public Attributes

IDirect3DBaseTexture9 * pBaseTex
 actual texture pointer More...
 
IDirect3DCubeTexture9 * pCubeTex
 cubic texture pointer More...
 
IDirect3DSurface9 * pFSAASurface
 Optional FSAA surface. More...
 
IDirect3DTexture9 * pNormTex
 1D/2D normal texture pointer More...
 
IDirect3DVolumeTexture9 * pVolumeTex
 Volume texture. More...
 

Detailed Description

Definition at line 44 of file OgreD3D9Texture.h.

Member Data Documentation

IDirect3DBaseTexture9* Ogre::D3D9Texture::TextureResources::pBaseTex

actual texture pointer

Definition at line 53 of file OgreD3D9Texture.h.

IDirect3DCubeTexture9* Ogre::D3D9Texture::TextureResources::pCubeTex

cubic texture pointer

Definition at line 49 of file OgreD3D9Texture.h.

IDirect3DSurface9* Ogre::D3D9Texture::TextureResources::pFSAASurface

Optional FSAA surface.

Definition at line 55 of file OgreD3D9Texture.h.

IDirect3DTexture9* Ogre::D3D9Texture::TextureResources::pNormTex

1D/2D normal texture pointer

Definition at line 47 of file OgreD3D9Texture.h.

IDirect3DVolumeTexture9* Ogre::D3D9Texture::TextureResources::pVolumeTex

Volume texture.

Definition at line 51 of file OgreD3D9Texture.h.


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