Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
gpu: shader fixes for the Web version.
undefined
Sam Hocevar
hace 11 años
padre
7d230d7674
commit
752829b7ed
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/gpu/tile.lolfx
+ 2
- 0
src/gpu/tile.lolfx
Ver fichero
@@ -32,6 +32,8 @@ varying vec2 pass_TexCoord;
void main()
{
vec4 col = texture2D(in_Texture, pass_TexCoord);
if (col.a == 0.0)
discard;
gl_FragColor = col;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar