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

Method create_command_recorder

src/cpp_wrapper.cpp:613–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611 }
612
613 auto Device::create_command_recorder(CommandRecorderInfo const & info) -> CommandRecorder
614 {
615 CommandRecorder ret = {};
616 check_result(daxa_dvc_create_command_recorder(
617 r_cast<daxa_Device>(this->object),
618 r_cast<daxa_CommandRecorderInfo const *>(&info),
619 r_cast<daxa_CommandRecorder *>(&ret)),
620 "failed to create command recorder");
621 return ret;
622 }
623
624 using daxa_RayTracingPipelineLibraryInfo = daxa_RayTracingPipelineInfo;
625 using RayTracingPipelineLibraryInfo = RayTracingPipelineInfo;

Callers 15

executeMethod · 0.80
ImplImGuiRendererMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
binary_semaphoreFunction · 0.80
memory_barriersFunction · 0.80
drawMethod · 0.80
simple_submit_chainFunction · 0.80
submit_index_chainFunction · 0.80
mesh_shader_triFunction · 0.80
mainFunction · 0.80
simplestFunction · 0.80

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected