aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 c4ab3a0..56de8d1 100644
--- a/include/amber/amber.h
+++ b/include/amber/amber.h
@@ -57,6 +57,8 @@ struct Options {
EngineType engine;
/// Holds engine specific configuration. Ownership stays with the caller.
EngineConfig* config;
+ /// The SPIR-V environment to target.
+ std::string spv_env;
/// Lists the buffers to extract at the end of the execution
std::vector<BufferInfo> extractions;
};