gl_shader_cache: Resolve truncation compiler warning
The previous code would cause a warning, as it was truncating size_t (64-bit) to a u32 (32-bit) implicitly.
Please register or sign in to comment
The previous code would cause a warning, as it was truncating size_t (64-bit) to a u32 (32-bit) implicitly.