gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Fix clearing large buffers #143

Closed gboisse closed 1 month ago

gboisse commented 1 month ago

Maximum number of groups is limited to 65535 on AMD for a given dispatch.

This was making clearing large buffers fail, this PR fixes it.