Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
gamp::graph::gl::RenderNames Class Reference

#include <RenderNames.hpp>

Collaboration diagram for gamp::graph::gl::RenderNames:

Static Public Attributes

static constexpr std::string_view gca_Color = "gca_Color"
 Color attribute (optional), USE_COLOR_CHANNEL:
 
static constexpr std::string_view gca_CurveParam = "gca_CurveParam"
 Curve texture coord attribute.
 
static constexpr std::string_view gca_FboTexCoord = "gca_FboTexCoord"
 2nd pass FBO texture coordinate attribute (optional)
 
static constexpr std::string_view gca_FboVertex = "gca_FboVertex"
 2nd pass FBO vertex attribute (optional)
 
static constexpr std::string_view gca_Normal = "gca_Normal"
 Normal attribute (optional), USE_NORMAL_CHANNEL:
 
static constexpr std::string_view gca_Vertex = "gca_Vertex"
 The vertex attribute.
 
static constexpr std::string_view gcu_ClipFrustum = "gcu_ClipFrustum"
 
static constexpr std::string_view gcu_ColorTexBBox = "gcu_ColorTexBBox"
 
static constexpr std::string_view gcu_ColorTexClearCol = "gcu_ColorTexClearCol"
 
static constexpr std::string_view gcu_ColorTexUnit = "gcu_ColorTexUnit"
 
static constexpr std::string_view gcu_FboTexSize = "gcu_FboTexSize"
 
static constexpr std::string_view gcu_FboTexUnit = "gcu_FboTexUnit"
 
static constexpr std::string_view gcu_LightPos = "gcu_LightPos"
 
static constexpr std::string_view gcu_PMVMatrix = "gcu_PMVMatrix"
 
static constexpr std::string_view gcu_PMVMatrix02 = "gcu_PMVMatrix02"
 
static constexpr std::string_view gcu_StaticColor = "gcu_StaticColor"
 
static constexpr std::string_view gcu_Weight = "gcu_Weight"
 

Detailed Description

Definition at line 23 of file RenderNames.hpp.

Member Data Documentation

◆ gcu_PMVMatrix

std::string_view gamp::graph::gl::RenderNames::gcu_PMVMatrix = "gcu_PMVMatrix"
staticconstexpr

Definition at line 25 of file RenderNames.hpp.

◆ gcu_StaticColor

std::string_view gamp::graph::gl::RenderNames::gcu_StaticColor = "gcu_StaticColor"
staticconstexpr

Definition at line 26 of file RenderNames.hpp.

◆ gcu_Weight

std::string_view gamp::graph::gl::RenderNames::gcu_Weight = "gcu_Weight"
staticconstexpr

Definition at line 27 of file RenderNames.hpp.

◆ gcu_ColorTexUnit

std::string_view gamp::graph::gl::RenderNames::gcu_ColorTexUnit = "gcu_ColorTexUnit"
staticconstexpr

Definition at line 30 of file RenderNames.hpp.

◆ gcu_ColorTexBBox

std::string_view gamp::graph::gl::RenderNames::gcu_ColorTexBBox = "gcu_ColorTexBBox"
staticconstexpr

Definition at line 31 of file RenderNames.hpp.

◆ gcu_ColorTexClearCol

std::string_view gamp::graph::gl::RenderNames::gcu_ColorTexClearCol = "gcu_ColorTexClearCol"
staticconstexpr

Definition at line 32 of file RenderNames.hpp.

◆ gcu_ClipFrustum

std::string_view gamp::graph::gl::RenderNames::gcu_ClipFrustum = "gcu_ClipFrustum"
staticconstexpr

Definition at line 34 of file RenderNames.hpp.

◆ gcu_LightPos

std::string_view gamp::graph::gl::RenderNames::gcu_LightPos = "gcu_LightPos"
staticconstexpr

Definition at line 36 of file RenderNames.hpp.

◆ gcu_PMVMatrix02

std::string_view gamp::graph::gl::RenderNames::gcu_PMVMatrix02 = "gcu_PMVMatrix02"
staticconstexpr

Definition at line 39 of file RenderNames.hpp.

◆ gcu_FboTexUnit

std::string_view gamp::graph::gl::RenderNames::gcu_FboTexUnit = "gcu_FboTexUnit"
staticconstexpr

Definition at line 40 of file RenderNames.hpp.

◆ gcu_FboTexSize

std::string_view gamp::graph::gl::RenderNames::gcu_FboTexSize = "gcu_FboTexSize"
staticconstexpr

Definition at line 41 of file RenderNames.hpp.

◆ gca_Vertex

std::string_view gamp::graph::gl::RenderNames::gca_Vertex = "gca_Vertex"
staticconstexpr

The vertex attribute.

Definition at line 44 of file RenderNames.hpp.

◆ gca_CurveParam

std::string_view gamp::graph::gl::RenderNames::gca_CurveParam = "gca_CurveParam"
staticconstexpr

Curve texture coord attribute.

CDTriangulator2D.extractBoundaryTriangles(..): AA line (exp) : z > 0 line : x == 0, y == 0 hole or holeLike: 0 > y !hole : 0 < y

0 == gca_CurveParam.x : vertex-0 of triangle 0.5 == gca_CurveParam.x : vertex-1 of triangle 1 == gca_CurveParam.x : vertex-2 of triangle

Definition at line 59 of file RenderNames.hpp.

◆ gca_Color

std::string_view gamp::graph::gl::RenderNames::gca_Color = "gca_Color"
staticconstexpr

Color attribute (optional), USE_COLOR_CHANNEL:

Definition at line 62 of file RenderNames.hpp.

◆ gca_Normal

std::string_view gamp::graph::gl::RenderNames::gca_Normal = "gca_Normal"
staticconstexpr

Normal attribute (optional), USE_NORMAL_CHANNEL:

Definition at line 65 of file RenderNames.hpp.

◆ gca_FboVertex

std::string_view gamp::graph::gl::RenderNames::gca_FboVertex = "gca_FboVertex"
staticconstexpr

2nd pass FBO vertex attribute (optional)

Definition at line 68 of file RenderNames.hpp.

◆ gca_FboTexCoord

std::string_view gamp::graph::gl::RenderNames::gca_FboTexCoord = "gca_FboTexCoord"
staticconstexpr

2nd pass FBO texture coordinate attribute (optional)

Definition at line 71 of file RenderNames.hpp.


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