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

Function CmdEndAnnotation

Source/Validation/ImplVal.cpp:427–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427static void NRI_CALL CmdEndAnnotation(CommandBuffer& commandBuffer) {
428 ((CommandBufferVal&)commandBuffer).EndAnnotation();
429}
430
431static void NRI_CALL CmdAnnotation(CommandBuffer& commandBuffer, const char* name, uint32_t bgra) {
432 ((CommandBufferVal&)commandBuffer).Annotation(name, bgra);

Callers

nothing calls this directly

Calls 1

EndAnnotationMethod · 0.45

Tested by

no test coverage detected