MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / ~Buffer

Method ~Buffer

framework/core/buffer.h:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256template <vkb::BindingType bindingType>
257inline Buffer<bindingType>::~Buffer()
258{
259 this->destroy_buffer(this->get_handle());
260}
261
262template <vkb::BindingType bindingType>
263inline uint64_t Buffer<bindingType>::get_device_address() const

Callers

nothing calls this directly

Calls 2

destroy_bufferMethod · 0.80
get_handleMethod · 0.45

Tested by

no test coverage detected