Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
GraphRenderer::GraphRendererProps Struct Reference
Collaboration diagram for GraphRenderer::GraphRendererProps:

Public Attributes

bool m_hasColorChannel = false
 
bool m_hasColorTexture = false
 
bool m_hasFrustumClipping = false
 
bool m_hasLight0 = true
 
bool m_hasNormalChannel = false
 
bool m_isTwoPass = false
 
bool m_pass1 = true
 

Detailed Description

Examples
GraphShapes01.cpp.

Definition at line 78 of file GraphShapes01.cpp.

Member Data Documentation

◆ m_isTwoPass

bool GraphRenderer::GraphRendererProps::m_isTwoPass = false
Examples
GraphShapes01.cpp.

Definition at line 79 of file GraphShapes01.cpp.

◆ m_pass1

bool GraphRenderer::GraphRendererProps::m_pass1 = true
Examples
GraphShapes01.cpp.

Definition at line 80 of file GraphShapes01.cpp.

◆ m_hasFrustumClipping

bool GraphRenderer::GraphRendererProps::m_hasFrustumClipping = false
Examples
GraphShapes01.cpp.

Definition at line 81 of file GraphShapes01.cpp.

◆ m_hasNormalChannel

bool GraphRenderer::GraphRendererProps::m_hasNormalChannel = false
Examples
GraphShapes01.cpp.

Definition at line 82 of file GraphShapes01.cpp.

◆ m_hasLight0

bool GraphRenderer::GraphRendererProps::m_hasLight0 = true
Examples
GraphShapes01.cpp.

Definition at line 83 of file GraphShapes01.cpp.

◆ m_hasColorChannel

bool GraphRenderer::GraphRendererProps::m_hasColorChannel = false
Examples
GraphShapes01.cpp.

Definition at line 84 of file GraphShapes01.cpp.

◆ m_hasColorTexture

bool GraphRenderer::GraphRendererProps::m_hasColorTexture = false
Examples
GraphShapes01.cpp.

Definition at line 85 of file GraphShapes01.cpp.


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