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 de22ae4 commit 2eb79eeCopy full SHA for 2eb79ee
include/nbl/video/IDeviceMemoryBacked.h
@@ -10,9 +10,9 @@
10
namespace nbl::video
11
{
12
//! If you bound an "exotic" memory object to the resource, you might require "special" cleanups in the destructor
13
-struct ICleanup
+struct NBL_API2 ICleanup
14
15
- NBL_API2 virtual ~ICleanup() = 0;
+ virtual ~ICleanup() = 0;
16
};
17
18
//! Interface from which resources backed by IDeviceMemoryAllocation inherit from
0 commit comments