MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / CmdAnnotation

Function CmdAnnotation

Source/Validation/ImplVal.cpp:431–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431static void NRI_CALL CmdAnnotation(CommandBuffer& commandBuffer, const char* name, uint32_t bgra) {
432 ((CommandBufferVal&)commandBuffer).Annotation(name, bgra);
433}
434
435static Result NRI_CALL EndCommandBuffer(CommandBuffer& commandBuffer) {
436 return ((CommandBufferVal&)commandBuffer).End();

Callers

nothing calls this directly

Calls 1

AnnotationMethod · 0.45

Tested by

no test coverage detected