|
| 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" |
| |
Definition at line 23 of file RenderNames.hpp.
| 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.