| 527 | } |
| 528 | |
| 529 | static void NRI_CALL CmdBeginQuery(CommandBuffer&, QueryPool&, uint32_t) { |
| 530 | } |
| 531 | |
| 532 | static void NRI_CALL CmdEndQuery(CommandBuffer&, QueryPool&, uint32_t) { |
| 533 | } |
nothing calls this directly
no outgoing calls
no test coverage detected