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

Method draw_mesh_tasks

src/cpp_wrapper.cpp:1248–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246 DAXA_DECL_RENDER_COMMAND_LIST_WRAPPER_CHECK_RESULT(draw_indirect_count, DrawIndirectCountInfo)
1247
1248 void RenderCommandRecorder::draw_mesh_tasks(DrawMeshTasksInfo const & info)
1249 {
1250 daxa_cmd_draw_mesh_tasks(
1251 this->internal,
1252 reinterpret_cast<daxa_DrawMeshTasksInfo const *>(&info));
1253 }
1254 DAXA_DECL_RENDER_COMMAND_LIST_WRAPPER_CHECK_RESULT(draw_mesh_tasks_indirect, DrawMeshTasksIndirectInfo)
1255 DAXA_DECL_RENDER_COMMAND_LIST_WRAPPER_CHECK_RESULT(draw_mesh_tasks_indirect_count, DrawMeshTasksIndirectCountInfo)
1256

Callers 1

callbackMethod · 0.80

Calls 1

daxa_cmd_draw_mesh_tasksFunction · 0.85

Tested by

no test coverage detected