Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
talvos::PipelineExecutor::RenderPipelineState Struct Reference

State to be carried through the execution of a render pipeline. More...

Public Attributes

std::vector< VertexOutputVertexOutputs
 The outputs from the vertex shading stage. More...
 

Detailed Description

State to be carried through the execution of a render pipeline.

Definition at line 72 of file PipelineExecutor.cpp.

Member Data Documentation

std::vector<VertexOutput> talvos::PipelineExecutor::RenderPipelineState::VertexOutputs

The outputs from the vertex shading stage.

Definition at line 75 of file PipelineExecutor.cpp.