| 103 | void begin(CommandBufferUsageFlagsType flags, CommandBuffer<bindingType> *primary_cmd_buf = nullptr); |
| 104 | |
| 105 | /** |
| 106 | * @brief Sets the command buffer so that it is ready for recording |
| 107 | * If it is a secondary command buffer, pointers to the |
| 108 | * render pass and framebuffer as well as subpass index must be provided |
nothing calls this directly
no outgoing calls
no test coverage detected