Gamp v0.0.8
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
GraphRendererProps Struct Reference

#include <GraphRegion.hpp>

Collaboration diagram for GraphRendererProps:

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
 

Detailed Description

Examples
GraphShapes01.cpp.

Definition at line 63 of file GraphRegion.hpp.

Member Data Documentation

◆ m_isTwoPass

bool GraphRendererProps::m_isTwoPass
Examples
GraphShapes01.cpp.

Definition at line 64 of file GraphRegion.hpp.

◆ m_pass1

bool GraphRendererProps::m_pass1
Examples
GraphShapes01.cpp.

Definition at line 65 of file GraphRegion.hpp.

◆ m_hasFrustumClipping

bool GraphRendererProps::m_hasFrustumClipping
Examples
GraphShapes01.cpp.

Definition at line 66 of file GraphRegion.hpp.

◆ m_hasNormalChannel

bool GraphRendererProps::m_hasNormalChannel
Examples
GraphShapes01.cpp.

Definition at line 67 of file GraphRegion.hpp.

◆ m_hasLight0

bool GraphRendererProps::m_hasLight0
Examples
GraphShapes01.cpp.

Definition at line 68 of file GraphRegion.hpp.

◆ m_hasColorChannel

bool GraphRendererProps::m_hasColorChannel
Examples
GraphShapes01.cpp.

Definition at line 69 of file GraphRegion.hpp.

◆ m_hasColorTexture

bool GraphRendererProps::m_hasColorTexture
Examples
GraphShapes01.cpp.

Definition at line 70 of file GraphRegion.hpp.

◆ m_hasDiscard

bool GraphRendererProps::m_hasDiscard
Examples
GraphShapes01.cpp.

Definition at line 71 of file GraphRegion.hpp.


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