| 2229 | } |
| 2230 | |
| 2231 | void RenderingDeviceGraph::add_synchronization() { |
| 2232 | // Synchronization is only acknowledged if commands have been recorded on the graph already. |
| 2233 | if (command_count > 0) { |
| 2234 | command_synchronization_pending = true; |
| 2235 | } |
| 2236 | } |
| 2237 | |
| 2238 | void RenderingDeviceGraph::begin_label(const Span<char> &p_label_name, const Color &p_color) { |
| 2239 | uint32_t command_label_offset = command_label_chars.size(); |
no outgoing calls
no test coverage detected