libcg / grvk

Vulkan-based Mantle API implementation
https://en.wikipedia.org/wiki/Mantle_(API)
zlib License
221 stars 14 forks source link

fix -Wint-conversion #17

Closed xantares closed 3 years ago

xantares commented 3 years ago
mantle_cmd_buf_man.c:46:26: warning: initialization of 'long long unsigned int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
   46 |         .attachments = { NULL },
      |                          ^~~~
../src/mantle/mantle_cmd_buf_man.c:46:26: note: (near initialization for '(anonymous).attachments[0]')