commit | 342ae3b1b18c04b35d7f5d33a1614df310f5c4cf | [log] [tgz] |
---|---|---|
author | Tony Barbour <tony@LunarG.com> | Wed Dec 03 13:59:18 2014 -0700 |
committer | Tony Barbour <tony@LunarG.com> | Thu Dec 04 17:29:31 2014 -0700 |
tree | 52e2ffa82db0f589bd6b684c7f01a33b1996ce08 | |
parent | 09da221c718617e1c10c8c19b5525184e9a18731 [diff] [blame] |
tests:Add destructor to desciptor set that destroys object
diff --git a/tests/xglrenderframework.h b/tests/xglrenderframework.h index 30d7412..bc61c7f 100644 --- a/tests/xglrenderframework.h +++ b/tests/xglrenderframework.h
@@ -183,6 +183,7 @@ { public: XglDescriptorSetObj(XglDevice *device); + ~XglDescriptorSetObj(); void AttachMemoryView(XglConstantBufferObj* constantBuffer); void AttachSampler( XglSamplerObj* sampler); void AttachImageView( XglTextureObj* texture);