diff options
Diffstat (limited to 'tools/render-test/bind-location.h')
| -rw-r--r-- | tools/render-test/bind-location.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/render-test/bind-location.h b/tools/render-test/bind-location.h index 0ce99731d..e4119a103 100644 --- a/tools/render-test/bind-location.h +++ b/tools/render-test/bind-location.h @@ -336,6 +336,9 @@ public: /// Get all of the bindings void getBindings(Slang::List<BindLocation>& outLocations, Slang::List<Value*>& outValues) const; + /// + void releaseValueTargets(); + /// Ctor BindSet(); |
