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

Method AddressRange

tests/framework/binding.cpp:1176–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174}
1175
1176VkDeviceAddressRangeEXT Buffer::AddressRange() const {
1177 VkDeviceAddressRangeEXT range;
1178 range.address = Address();
1179 range.size = create_info_.size;
1180 return range;
1181}
1182
1183VkStridedDeviceAddressRangeKHR Buffer::StridedAddressRange(VkDeviceSize stride) const {
1184 VkStridedDeviceAddressRangeKHR range;

Callers 15

WriteBufferDescriptorMethod · 0.80
BindResourceHeapMethod · 0.80
BindSamplerHeapMethod · 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

no outgoing calls

Tested by

no test coverage detected