This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Let user choose to clear scissor area
pull/725/head
Ray
пре 7 година
родитељ
60967d8cdc
комит
f1bcc131dc
1 измењених фајлова
са
0 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/rlgl.h
+ 0
- 2
src/rlgl.h
Прегледај датотеку
@ -3329,8 +3329,6 @@ void BeginScissorMode(int x, int y, int width, int height)
glEnable
(
GL_SCISSOR_TEST
)
;
glScissor
(
x
,
screenHeight
-
(
y
+
height
)
,
width
,
height
)
;
rlClearScreenBuffers
(
)
;
/
/
Clear
current
scissor
area
}
/
/
End
scissor
mode
Write
Preview
Loading…
Откажи
Сачувај