MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ ~VKBuffer()

MayaFlux::Buffers::VKBuffer::~VKBuffer ( )
override

Virtual destructor.

VKBuffer does not own Vulkan resources directly; cleanup is handled by the backend during unregistration. The destructor ensures derived class cleanup and safe destruction semantics.

Definition at line 30 of file VKBuffer.cpp.

31{
32 // Cleanup happens during unregistration, not here
33 // (BufferManager/Backend owns the actual Vulkan resources)
34 clear();
35}
void clear() override
Clear buffer contents.
Definition VKBuffer.cpp:37

References clear().

+ Here is the call graph for this function: