Commit 28e90fa0 authored by Lioncash's avatar Lioncash
Browse files

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.
parent 403dfd68
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment