Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GraphicsPipeline.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  delete VertexStage;
18  delete FragmentStage;
19 }
20 
21 } // namespace talvos
PipelineStage * VertexStage
The vertex pipeline stage in this pipeline.
PipelineStage * FragmentStage
The fragment pipeline stage in this pipeline.
This file declares the PipelineStage class.
This file declares the GraphicsPipeline class.
~GraphicsPipeline()
Destroy the pipeline.