Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
uint64_t AccelerationStructure::get_device_address() const
242
{
243
return device_address;
244
}
245
246
} // namespace core
247
} // namespace vkb
Callers
5
add_triangle_geometry
Method · 0.45
update_triangle_geometry
Method · 0.45
add_instance_geometry
Method · 0.45
update_instance_geometry
Method · 0.45
build
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected