summaryrefslogtreecommitdiffstats
path: root/tools/render-test/shader-renderer-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/shader-renderer-util.h')
-rw-r--r--tools/render-test/shader-renderer-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/render-test/shader-renderer-util.h b/tools/render-test/shader-renderer-util.h
index 872f21768..76f3b6d87 100644
--- a/tools/render-test/shader-renderer-util.h
+++ b/tools/render-test/shader-renderer-util.h
@@ -47,6 +47,10 @@ struct BindingStateImpl : public Slang::RefObject
int m_numRenderTargets = 1;
};
+RefPtr<SamplerState> _createSamplerState(
+ Renderer* renderer,
+ const InputSamplerDesc& srcDesc);
+
/// Utility class containing functions that construct items on the renderer using the ShaderInputLayout representation
struct ShaderRendererUtil
{