From 01d1d7ecd7e61e0579c4d391775c1dd53e665ba1 Mon Sep 17 00:00:00 2001 From: dzhdan Date: Fri, 20 Dec 2024 18:45:33 +0800 Subject: [PATCH] Fixed a typo --- Include/NRI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/NRI.h b/Include/NRI.h index c1da3be1..0da41a17 100644 --- a/Include/NRI.h +++ b/Include/NRI.h @@ -38,7 +38,7 @@ NRI_API Nri(Result) NRI_CALL nriGetInterface(const NriRef(Device) device, const // BGRA color can be constructed via "NriBgra" macro or "BGRA_UNUSED" constant NRI_API void NRI_CALL nriBeginAnnotation(const char* name, uint32_t bgra); // start a named range NRI_API void NRI_CALL nriEndAnnotation(); // end the last opened range -NRI_API void NRI_CALL nriEvent(const char* name, uint32_t bgra); // emit a simulateneous event +NRI_API void NRI_CALL nriEvent(const char* name, uint32_t bgra); // emit a simultaneous event NRI_API void NRI_CALL nriSetThreadName(const char* name); // assign a name to the current thread NriStruct(CoreInterface) {