From 33187b75b5f6597356ff591471decf7b4596c163 Mon Sep 17 00:00:00 2001 From: dzhdan Date: Tue, 24 Dec 2024 13:35:19 +0800 Subject: [PATCH] Added a comment --- Include/NRI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/NRI.h b/Include/NRI.h index 98ffc33..ab6fe3f 100644 --- a/Include/NRI.h +++ b/Include/NRI.h @@ -182,7 +182,7 @@ NriStruct(CoreInterface) { // } } Nri(Result) (NRI_CALL *EndCommandBuffer) (NriRef(CommandBuffer) commandBuffer); - // Annotations for profiling tools: command queue + // Annotations for profiling tools: command queue - D3D11: NOP void (NRI_CALL *QueueBeginAnnotation) (NriRef(CommandQueue) commandQueue, const char* name, uint32_t bgra); void (NRI_CALL *QueueEndAnnotation) (NriRef(CommandQueue) commandQueue); void (NRI_CALL *QueueAnnotation) (NriRef(CommandQueue) commandQueue, const char* name, uint32_t bgra);