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

Method end_renderpass

src/cpp_wrapper.cpp:1212–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210 }
1211
1212 auto RenderCommandRecorder::end_renderpass() && -> CommandRecorder
1213 {
1214 daxa_cmd_end_renderpass(this->internal);
1215 CommandRecorder ret = {};
1216 ret.internal = this->internal;
1217 this->internal = {};
1218 return ret;
1219 }
1220
1221 void RenderCommandRecorder::set_viewport(ViewportInfo const & info)
1222 {

Callers 6

record_commandsMethod · 0.80
mainFunction · 0.80
callbackMethod · 0.80
callbackMethod · 0.80
callbackMethod · 0.80
drawMethod · 0.80

Calls 1

daxa_cmd_end_renderpassFunction · 0.85

Tested by

no test coverage detected