Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Let user choose to clear scissor area
pull/725/head
Ray
6 anos atrás
pai
60967d8cdc
commit
f1bcc131dc
1 arquivos alterados
com
0 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-2
src/rlgl.h
+ 0
- 2
src/rlgl.h
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar