Skip to content

Commit

Permalink
Added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Dec 24, 2024
1 parent 226dc9a commit 33187b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/NRI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 33187b7

Please sign in to comment.