This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cpp
/
bgfx
espejo de
https://github.com/bkaradzic/bgfx.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fixed issue
#1077
.
Branimir Karadžić
hace 8 años
padre
aaaefb77c9
commit
29079cf890
Se han
modificado 3 ficheros
con
1 adiciones
y
0 borrados
Unificar vista
Mostrar estadísticas de diff
1
0
examples/15-shadowmaps-simple/fs_sms_shadow.sc
BIN
examples/runtime/shaders/dx11/fs_sms_shadow.bin
BIN
examples/runtime/shaders/glsl/fs_sms_shadow.bin
+ 1
- 0
examples/15-shadowmaps-simple/fs_sms_shadow.sc
Ver fichero
@@ -7,4 +7,5 @@
void main()
void main()
{
{
+ gl_FragColor = vec4_splat(0.0);
}
}
BIN
examples/runtime/shaders/dx11/fs_sms_shadow.bin
Ver fichero
BIN
examples/runtime/shaders/glsl/fs_sms_shadow.bin
Ver fichero