|
Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
Point primitive data, used for rasterization. More...
Public Attributes | |
| float | X |
| The framebuffer x-coordinate. More... | |
| float | Y |
| The framebuffer y-coordinate. More... | |
| float | PointSize |
| The point size. More... | |
| const VertexOutput & | Out |
| The vertex shader output. More... | |
Point primitive data, used for rasterization.
Definition at line 88 of file PipelineExecutor.cpp.
| const VertexOutput& talvos::PipelineExecutor::PointPrimitive::Out |
The vertex shader output.
Definition at line 94 of file PipelineExecutor.cpp.
| float talvos::PipelineExecutor::PointPrimitive::PointSize |
The point size.
Definition at line 92 of file PipelineExecutor.cpp.
| float talvos::PipelineExecutor::PointPrimitive::X |
The framebuffer x-coordinate.
Definition at line 90 of file PipelineExecutor.cpp.
| float talvos::PipelineExecutor::PointPrimitive::Y |
The framebuffer y-coordinate.
Definition at line 91 of file PipelineExecutor.cpp.
1.8.6