Skip to content

Conversation

@timwmillard
Copy link

Clay_RenderCommandArray uses int32_t not uint32_t.

Currently getting this warning on clang:

sokol_clay.h:332:28: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int32_t' (aka 'int') [-Wsign-compare]
    for (uint32_t i = 0; i < renderCommands.length; i++) {

timwmillard and others added 20 commits July 11, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants