|
Gamp v0.0.8
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <GraphRegion.hpp>
Public Attributes | |
| bool | m_hasColorChannel:1 = false |
| bool | m_hasColorTexture:1 = false |
| bool | m_hasDiscard:1 = true |
| bool | m_hasFrustumClipping:1 = false |
| bool | m_hasLight0:1 = true |
| bool | m_hasNormalChannel:1 = false |
| bool | m_isTwoPass:1 = false |
| bool | m_pass1:1 = true |
Definition at line 63 of file GraphRegion.hpp.
| bool GraphRendererProps::m_isTwoPass |
Definition at line 64 of file GraphRegion.hpp.
| bool GraphRendererProps::m_pass1 |
Definition at line 65 of file GraphRegion.hpp.
| bool GraphRendererProps::m_hasFrustumClipping |
Definition at line 66 of file GraphRegion.hpp.
| bool GraphRendererProps::m_hasNormalChannel |
Definition at line 67 of file GraphRegion.hpp.
| bool GraphRendererProps::m_hasLight0 |
Definition at line 68 of file GraphRegion.hpp.
| bool GraphRendererProps::m_hasColorChannel |
Definition at line 69 of file GraphRegion.hpp.
| bool GraphRendererProps::m_hasColorTexture |
Definition at line 70 of file GraphRegion.hpp.
| bool GraphRendererProps::m_hasDiscard |
Definition at line 71 of file GraphRegion.hpp.