#include <viewport.h>
Holds all the information about the current viewport state, used by ViewPortFilter objects.
Definition at line 20 of file viewport.h.
Public Attributes | |
Texture * | m_pColor |
Texture * | m_pDepth |
Texture * | m_pPosition |
Texture * | m_pNormal |
Texture * | m_pLinearDepth |
Texture * | m_pFaceNormal |
bool | m_bHDRNeeded |
Texture* m_pColor |
Definition at line 22 of file viewport.h.
Texture* m_pDepth |
Definition at line 23 of file viewport.h.
Texture* m_pPosition |
Definition at line 24 of file viewport.h.
Texture* m_pNormal |
Definition at line 25 of file viewport.h.
Texture* m_pLinearDepth |
Definition at line 26 of file viewport.h.
Texture* m_pFaceNormal |
Definition at line 27 of file viewport.h.
bool m_bHDRNeeded |
Definition at line 28 of file viewport.h.