This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ImHex
mirror of
https://github.com/WerWolv/ImHex
Watch
1
Star
0
Fork
You've already forked ImHex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
python_scripting
ImHex
/
plugins
/
visualizers
/
romfs
/
shaders
/
default
/
lineFragment.glsl
9 lines
100 B
GLSL
Raw
Permalink
Blame
History
#version 330 core
in
vec4
fragColor
;
out
vec4
outColor
;
void
main
(
)
{
outColor
=
fragColor
;
}
Reference in New Issue
View Git Blame
Copy Permalink