summaryrefslogtreecommitdiff
path: root/tools/gfx/d3d/d3d-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/d3d/d3d-util.h')
-rw-r--r--tools/gfx/d3d/d3d-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gfx/d3d/d3d-util.h b/tools/gfx/d3d/d3d-util.h
index e570c6ff6..4bca89612 100644
--- a/tools/gfx/d3d/d3d-util.h
+++ b/tools/gfx/d3d/d3d-util.h
@@ -94,6 +94,8 @@ class D3DUtil
static bool isUAVBinding(slang::BindingType bindingType);
+ static int getShaderModelFromProfileName(const char* profile);
+
};
#if SLANG_GFX_HAS_DXR_SUPPORT