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

Method get_device_address

framework/core/acceleration_structure.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241uint64_t AccelerationStructure::get_device_address() const
242{
243 return device_address;
244}
245
246} // namespace core
247} // namespace vkb

Callers 5

add_triangle_geometryMethod · 0.45
add_instance_geometryMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected