| 429 | } |
| 430 | |
| 431 | static void NRI_CALL CmdAnnotation(CommandBuffer& commandBuffer, const char* name, uint32_t bgra) { |
| 432 | ((CommandBufferVal&)commandBuffer).Annotation(name, bgra); |
| 433 | } |
| 434 | |
| 435 | static Result NRI_CALL EndCommandBuffer(CommandBuffer& commandBuffer) { |
| 436 | return ((CommandBufferVal&)commandBuffer).End(); |
nothing calls this directly
no test coverage detected