We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7df533d + 73ad895 commit 382f49fCopy full SHA for 382f49f
1 file changed
include/wrappers/descriptor_set.h
@@ -262,7 +262,7 @@ namespace Anvil
262
*
263
* Releases the embedded image view instance.
264
**/
265
- ~ImageBindingElement();
+ virtual ~ImageBindingElement();
266
267
/* Returns Vulkan descriptor type for this structure */
268
virtual Anvil::DescriptorType get_type() const = 0;
@@ -385,7 +385,7 @@ namespace Anvil
385
386
* Releases the embedded buffer view instance.
387
388
- ~TexelBufferBindingElement();
+ virtual ~TexelBufferBindingElement();
389
390
/** Copy assignment operator.
391
@@ -906,4 +906,4 @@ namespace Anvil
906
};
907
908
909
-#endif /* WRAPPERS_DESCRIPTOR_SET_H */
+#endif /* WRAPPERS_DESCRIPTOR_SET_H */
0 commit comments