This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Adjust to standard example screen size
pull/129/merge
Ray
8 years ago
parent
99ee26b001
commit
904ef0d4be
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/shaders_standard_lighting.c
+ 2
- 2
examples/shaders_standard_lighting.c
View File
@ -22,8 +22,8 @@ int main()
{
/
/
Initialization
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
int
screenWidth
=
12
80
;
int
screenHeight
=
72
0
;
int
screenWidth
=
8
0
0
;
int
screenHeight
=
45
0
;
SetConfigFlags
(
FLAG_MSAA_4X_HINT
)
;
/
/
Enable
Multi
Sampling
Anti
Aliasing
4
x
(
if
available
)
Write
Preview
Loading…
Cancel
Save