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

Method empty

framework/buffer_pool.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77template <vkb::BindingType bindingType>
78bool BufferAllocation<bindingType>::empty() const
79{
80 return size == 0 || buffer == nullptr;
81}
82
83template <vkb::BindingType bindingType>
84typename vkb::core::Buffer<bindingType> &BufferAllocation<bindingType>::get_buffer()

Callers 15

combo_boxMethod · 0.80
read_scene_from_fileMethod · 0.80
read_model_from_fileMethod · 0.80
load_sceneMethod · 0.80
load_modelMethod · 0.80
parse_nodeMethod · 0.80
parse_imageMethod · 0.80
waitMethod · 0.80
resetMethod · 0.80
draw_implMethod · 0.80

Calls

no outgoing calls

Tested by 1

handle_commandMethod · 0.64