9 #ifndef TALVOS_COMPUTEPIPELINE_H
10 #define TALVOS_COMPUTEPIPELINE_H
const PipelineStage * getStage() const
Returns the pipeline stage.
ComputePipeline & operator=(const ComputePipeline &)=delete
PipelineStage * Stage
The pipeline stage in this pipeline.
~ComputePipeline()
Destroy the pipeline.
ComputePipeline(PipelineStage *Stage)
Create a compute pipeline from a single pipeline stage.
This class encapsulates information about a pipeline stage.
This class encapsulates a compute pipeline.