Class PipelineStateInfo
Defined in File binding-info.h
Class Documentation
-
class PipelineStateInfo
Represents a graphics or compute pipeline bundled with pipeline constant information.
Public Functions
-
inline void Clear()
Set the PipelineInfo to null and clears the pipeline constant information.
Public Members
-
PipelineInfo const *pipeline = {nullptr}
PipelineInfo with metadata about a graphics or compute pipeline.
-
std::vector<PipelineConstantInfo const*> pipelineConstants
The pipeline constant data bound to this pipeline.
-
inline void Clear()