mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
When a MapReadRequestCallback arrived late and hit one of the early out of the handler (for example if the buffer was already unmapped), the handler wouldn't consume the data payload of the command. This would cause the command buffer pointer to not be advanced enough and point to random data instead of the next command.