gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
502 stars 36 forks source link

Fix clearing large buffers #143

Closed gboisse closed 3 months ago

gboisse commented 3 months 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.