mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 21:32:56 +00:00
Previously this would warn of truncating a std::size_t to a u32. This is safe because we'll obviously never have more than UINT32_MAX amount of uniform buffers.