Public Member Functions | Public Attributes | List of all members
Ogre::CompositionPass::InputTex Struct Reference

Inputs (for material used for rendering the quad) More...

#include <OgreCompositionPass.h>

Public Member Functions

 InputTex ()
 
 InputTex (const String &_name, size_t _mrtIndex=0)
 

Public Attributes

size_t mrtIndex
 MRT surface index if applicable.
 
String name
 Name (local) of the input texture (empty == no input)
 

Detailed Description

Inputs (for material used for rendering the quad)

Definition at line 224 of file OgreCompositionPass.h.

Constructor & Destructor Documentation

◆ InputTex() [1/2]

Ogre::CompositionPass::InputTex::InputTex ( )

Definition at line 230 of file OgreCompositionPass.h.

◆ InputTex() [2/2]

Ogre::CompositionPass::InputTex::InputTex ( const String _name,
size_t  _mrtIndex = 0 
)

Definition at line 231 of file OgreCompositionPass.h.

Member Data Documentation

◆ mrtIndex

size_t Ogre::CompositionPass::InputTex::mrtIndex

MRT surface index if applicable.

Definition at line 229 of file OgreCompositionPass.h.

◆ name

String Ogre::CompositionPass::InputTex::name

Name (local) of the input texture (empty == no input)

Definition at line 227 of file OgreCompositionPass.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.