Commit 64e45b04 authored by Patrick Elsässer's avatar Patrick Elsässer
Browse files

video_core: fixed arithmetic overflow warnings & improved code style

- Fixed all warnings, for renderer_opengl items, which were indicating a
possible incorrect behavior from integral promotion rules and types
larger than those in which arithmetic is typically performed.
- Added const for variables where possible and meaningful.
- Added constexpr where possible.
parent 6d64ecf3
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