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

Method get_data

framework/core/allocated.h:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585template <vkb::BindingType bindingType, typename HandleType>
586inline const uint8_t *Allocated<bindingType, HandleType>::get_data() const
587{
588 return mapped_data;
589}
590
591template <vkb::BindingType bindingType, typename HandleType>
592inline typename Allocated<bindingType, HandleType>::DeviceMemoryType Allocated<bindingType, HandleType>::get_memory() const

Callers 15

load_textureMethod · 0.45
load_texture_arrayMethod · 0.45
load_texture_cubemapMethod · 0.45
load_sceneMethod · 0.45
show_statsMethod · 0.45
serializeMethod · 0.45
load_textureMethod · 0.45
load_texture_arrayMethod · 0.45
load_texture_cubemapMethod · 0.45
serializeMethod · 0.45
AstcMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected