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, 2 insertions, 2 deletions
diff --git a/tools/render-test/shader-renderer-util.h b/tools/render-test/shader-renderer-util.h
index b4028fd06..1a1edf997 100644
--- a/tools/render-test/shader-renderer-util.h
+++ b/tools/render-test/shader-renderer-util.h
@@ -16,7 +16,7 @@ struct ShaderRendererUtil
/// Generate a texture using the InputTextureDesc and construct a TextureResource using the Renderer with the contents
static Slang::Result generateTextureResource(
const InputTextureDesc& inputDesc,
- int bindFlags,
+ ResourceState defaultState,
IDevice* device,
ComPtr<ITextureResource>& textureOut);
@@ -24,7 +24,7 @@ struct ShaderRendererUtil
static Slang::Result createTextureResource(
const InputTextureDesc& inputDesc,
const TextureData& texData,
- int bindFlags,
+ ResourceState defaultState,
IDevice* device,
ComPtr<ITextureResource>& textureOut);