MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / MemoryRequirements

Method MemoryRequirements

tests/framework/binding.cpp:1145–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145VkMemoryRequirements Buffer::MemoryRequirements() const {
1146 VkMemoryRequirements reqs;
1147
1148 vk::GetBufferMemoryRequirements(device(), handle(), &reqs);
1149
1150 return reqs;
1151}
1152
1153void Buffer::AllocateAndBindMemory(const Device& dev, VkMemoryPropertyFlags mem_props, void* alloc_info_pnext) {
1154 assert(!internal_mem_.initialized());

Callers 15

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 3

GetDeviceProcAddrFunction · 0.50

Tested by

no test coverage detected