Gamp v0.0.7-54-gccdc599
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_hasDiscard = true
 
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 67 of file GraphShapes01.cpp.

Member Data Documentation

◆ m_isTwoPass

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

Definition at line 68 of file GraphShapes01.cpp.

◆ m_pass1

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

Definition at line 69 of file GraphShapes01.cpp.

◆ m_hasFrustumClipping

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

Definition at line 70 of file GraphShapes01.cpp.

◆ m_hasNormalChannel

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

Definition at line 71 of file GraphShapes01.cpp.

◆ m_hasLight0

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

Definition at line 72 of file GraphShapes01.cpp.

◆ m_hasColorChannel

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

Definition at line 73 of file GraphShapes01.cpp.

◆ m_hasColorTexture

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

Definition at line 74 of file GraphShapes01.cpp.

◆ m_hasDiscard

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

Definition at line 75 of file GraphShapes01.cpp.


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