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

Function CmdBeginAnnotation

Source/Validation/ImplVal.cpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423static void NRI_CALL CmdBeginAnnotation(CommandBuffer& commandBuffer, const char* name, uint32_t bgra) {
424 ((CommandBufferVal&)commandBuffer).BeginAnnotation(name, bgra);
425}
426
427static void NRI_CALL CmdEndAnnotation(CommandBuffer& commandBuffer) {
428 ((CommandBufferVal&)commandBuffer).EndAnnotation();

Callers

nothing calls this directly

Calls 1

BeginAnnotationMethod · 0.45

Tested by

no test coverage detected