mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-21 02:38:15 +00:00
Avoid *Rec suffix in some variables
Pefixing/Suffixing some data type identifier in the variables is not a convention used in raylib, just reviewed it for consistency... Still, I kept the *Rec suffix in some functions.
This commit is contained in:
@@ -3890,7 +3890,7 @@ static bool InitGraphicsDevice(int width, int height)
|
||||
srcRect.width = CORE.Window.render.width << 16;
|
||||
srcRect.height = CORE.Window.render.height << 16;
|
||||
|
||||
// NOTE: RPI dispmanx windowing system takes care of srcRec scaling to dstRec by hardware (no cost)
|
||||
// NOTE: RPI dispmanx windowing system takes care of source rectangle scaling to destination rectangle by hardware (no cost)
|
||||
// Take care that renderWidth/renderHeight fit on displayWidth/displayHeight aspect ratio
|
||||
|
||||
VC_DISPMANX_ALPHA_T alpha;
|
||||
|
Reference in New Issue
Block a user