Skip to content

Commit

Permalink
Fixed return value in _rmt_BeginMetalSample declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fiserj committed Jan 7, 2024
1 parent 616fdf2 commit e12de3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Remotery.h
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ RMT_API void _rmt_EndOpenGLSample(void);
#endif

#if RMT_USE_METAL
RMT_API void _rmt_BeginMetalSample(rmtPStr name, rmtU32* hash_cache);
RMT_API rmtError _rmt_BeginMetalSample(rmtPStr name, rmtU32* hash_cache);
RMT_API void _rmt_EndMetalSample(void);
#endif

Expand Down

0 comments on commit e12de3b

Please sign in to comment.