summaryrefslogtreecommitdiff
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/render-test/shader-renderer-util.h b/tools/render-test/shader-renderer-util.h
index bbdea2af6..872f21768 100644
--- a/tools/render-test/shader-renderer-util.h
+++ b/tools/render-test/shader-renderer-util.h
@@ -62,9 +62,6 @@ struct ShaderRendererUtil
/// Create BindingState::Desc from the contents of layout
static Slang::Result createBindingState(const ShaderInputLayout& layout, Renderer* renderer, BufferResource* addedConstantBuffer, BindingStateImpl** outBindingState);
- /// Get the binding register associated with this binding (or -1 if none defined)
- static BindingStateImpl::RegisterRange calcRegisterRange(Renderer* renderer, const ShaderInputLayoutEntry& entry);
-
private:
/// Create BindingState::Desc from a list of ShaderInputLayout entries
static Slang::Result _createBindingState(ShaderInputLayoutEntry* srcEntries, int numEntries, Renderer* renderer, BufferResource* addedConstantBuffer, BindingStateImpl** outBindingState);