Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Let user choose to clear scissor area
pull/725/head
Ray
hace 7 años
padre
60967d8cdc
commit
f1bcc131dc
Se han
modificado 1 ficheros
con
0 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-2
src/rlgl.h
+ 0
- 2
src/rlgl.h
Ver fichero
@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar