Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
State to be carried through the execution of a render pipeline. More...
Public Attributes | |
std::vector< VertexOutput > | VertexOutputs |
The outputs from the vertex shading stage. More... | |
State to be carried through the execution of a render pipeline.
Definition at line 72 of file PipelineExecutor.cpp.
std::vector<VertexOutput> talvos::PipelineExecutor::RenderPipelineState::VertexOutputs |
The outputs from the vertex shading stage.
Definition at line 75 of file PipelineExecutor.cpp.