aboutsummaryrefslogtreecommitdiff
path: root/include/amber/amber.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/amber/amber.h')
-rw-r--r--include/amber/amber.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/amber/amber.h b/include/amber/amber.h
index 56de8d1..5b55164 100644
--- a/include/amber/amber.h
+++ b/include/amber/amber.h
@@ -61,6 +61,8 @@ struct Options {
std::string spv_env;
/// Lists the buffers to extract at the end of the execution
std::vector<BufferInfo> extractions;
+ /// Terminate after creating the pipelines.
+ bool pipeline_create_only;
};
/// Main interface to the Amber environment.