Sign in
ara-mdk
/
people
/
jessebarker
/
glmark2
/
ab5e6cfeb163f03023707a26312a6c3f2b5e5f7e
/
.
/
data
/
shaders
/
desktop.frag
blob: f7ed2fdc56cb46f5d4d210ca2db5437c4e91183e [
file
] [
log
] [
blame
]
uniform sampler2D
MaterialTexture0
;
varying vec2
TextureCoord
;
void
main
(
void
)
{
vec4 texel
=
texture2D
(
MaterialTexture0
,
TextureCoord
);
gl_FragColor
=
texel
;
}