summaryrefslogtreecommitdiffstats
path: root/tools/gfx/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/render.h')
-rw-r--r--tools/gfx/render.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/gfx/render.h b/tools/gfx/render.h
index 051b19742..12ef1a9e9 100644
--- a/tools/gfx/render.h
+++ b/tools/gfx/render.h
@@ -800,9 +800,10 @@ public:
struct Desc
{
- int width; ///< Width in pixels
- int height; ///< height in pixels
- Slang::String adapter; ///< Name to identify the adapter to use
+ int width; ///< Width in pixels
+ int height; ///< height in pixels
+ Slang::String adapter; ///< Name to identify the adapter to use
+ Slang::List<Slang::String> requiredFeatures; ///< The features enabled on this renderer
};
virtual SlangResult initialize(const Desc& desc, void* inWindowHandle) = 0;