We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea6853 commit be1c138Copy full SHA for be1c138
include/nbl/video/IDeviceMemoryBacked.h
@@ -12,7 +12,7 @@ namespace nbl::video
12
//! If you bound an "exotic" memory object to the resource, you might require "special" cleanups in the destructor
13
struct ICleanup
14
{
15
- virtual ~ICleanup() = 0;
+ NBL_API2 virtual ~ICleanup() = 0;
16
};
17
18
//! Interface from which resources backed by IDeviceMemoryAllocation inherit from
0 commit comments