Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Dec 20, 2024
1 parent c127288 commit 01d1d7e
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 @@ -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) {
Expand Down

0 comments on commit 01d1d7e

Please sign in to comment.