Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Entrar
netvor
/
slop
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
66
Atividade
fork of
https://github.com/naelstrof/slop
153
Commits
1
Branch
Tag:
4a7c5fe6fb
master
v7.4
v7.3.49
v7.3.48
v6.3.48
v6.3.47
v6.3.46
v6.3.45
v6.3.44
v6.3.43
v6.3.42
v6.3.41
v6.3.40
v6.3.39
v6.3.38
v5.3.38
v5.3.37
v5.3.36
v5.3.35
v5.3.34
v5.3.33
v5.3.32
v5.3.31
v5.3.30
v5.3.29
v5.3.28
v5.3.27
v5.3.26
v5.3.24
v5.3.23
v5.3.22
v5.3.21
v4.3.21
v4.3.20
v4.2.20
v4.2.19
v4.2.18
v4.2.17
v4.2.16
v4.1.16
v4.1.15
v3.1.15
v3.1.14
v3.1.13
v3.1.12
v3.1.11
v3.1.10
v3.1.9
v3.1.8
v3.1.7
v3.1.5
v3.1.4
v3.1.3
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.9
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 4a7c5fe6fb
${ noResults }
slop
/
share
/
slop-wayland
/
simple.frag
simple.frag
92B
Histórico
Original
1
2
3
4
5
6
7
8
9
#version 130
uniform vec4 color;
out vec4 outColor;
void main()
{
outColor = color;
}