MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / create_tlas_from_memory_block

Method create_tlas_from_memory_block

src/cpp_wrapper.cpp:464–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 auto Device::create_tlas_from_memory_block(MemoryBlockTlasInfo const & info) -> TlasId
465 {
466 TlasId id = {};
467 check_result(
468 daxa_dvc_create_tlas_from_memory_block(
469 r_cast<daxa_Device>(this->object),
470 r_cast<daxa_MemoryBlockTlasInfo const *>(&info),
471 r_cast<daxa_TlasId *>(&id)),
472 "failed to create tlas from memory block");
473 return id;
474 }
475
476 auto Device::create_image_from_memory_block(MemoryBlockImageInfo const & info) -> ImageId
477 {

Callers 1

completeMethod · 0.80

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected