Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ComputePipeline.cpp
Go to the documentation of this file.
1 // Copyright (c) 2018 the Talvos developers. All rights reserved.
2 //
3 // This file is distributed under a three-clause BSD license. For full license
4 // terms please see the LICENSE file distributed with this source code.
5 
8 
10 #include "talvos/PipelineStage.h"
11 
12 namespace talvos
13 {
14 
16 
17 } // namespace talvos
This file declares the ComputePipeline class.
PipelineStage * Stage
The pipeline stage in this pipeline.
~ComputePipeline()
Destroy the pipeline.
This file declares the PipelineStage class.