| 1219 | } |
| 1220 | |
| 1221 | void RenderCommandRecorder::set_viewport(ViewportInfo const & info) |
| 1222 | { |
| 1223 | daxa_cmd_set_viewport( |
| 1224 | this->internal, |
| 1225 | r_cast<VkViewport const *>(&info)); |
| 1226 | } |
| 1227 | |
| 1228 | void RenderCommandRecorder::set_scissor(Rect2D const & info) |
| 1229 | { |
nothing calls this directly
no test coverage detected