Skip to content

Commit

Permalink
Merge pull request #255 from fiserj/begin-metal-sample-return-value-fix
Browse files Browse the repository at this point in the history
Fixed return value in `_rmt_BeginMetalSample` declaration
  • Loading branch information
dwilliamson authored Jan 7, 2024
2 parents 616fdf2 + e12de3b commit 73f296f
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 73f296f

Please sign in to comment.