Class PipelineStateInfo

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.