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

Method reset

framework/buffer_pool.h:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246template <vkb::BindingType bindingType>
247void BufferBlock<bindingType>::reset()
248{
249 offset = 0;
250}
251
252template <vkb::BindingType bindingType>
253vk::DeviceSize BufferBlock<bindingType>::aligned_offset() const

Callers 15

~VulkanSampleMethod · 0.45
prepareMethod · 0.45
set_render_contextMethod · 0.45
set_render_pipelineMethod · 0.45
load_sceneMethod · 0.45
load_modelMethod · 0.45
GuiMethod · 0.45
update_buffersMethod · 0.45
wait_frameMethod · 0.45
~MultiDrawIndirectMethod · 0.45
on_update_ui_overlayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected