1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -05:00
Lioncash 28e90fa0e0 gl_rasterizer: Silence implicit truncation warning in SetupShaders()
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.
2018-08-11 20:32:03 -04:00
..
2018-08-07 13:21:56 +02:00
2018-08-07 19:26:13 -04:00