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: remove mistakenly committed debug code.
legacy
Sam Hocevar
sam
hace 11 años
padre
bd2abf9a78
commit
c5d6d72220
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/gpu/tile.lolfx
+ 1
- 1
src/gpu/tile.lolfx
Ver fichero
@@ -32,7 +32,7 @@ varying vec2 pass_TexCoord;
void main()
{
vec4 col = texture2D(in_Texture, pass_TexCoord);
gl_FragColor =
mix(
col
, vec4(1.0, 1.0, 0.0, 1.0), 0.5)
;
gl_FragColor = col;
}
[vert.hlsl]
Escribir
Vista previa
Cargando…
Cancelar
Guardar