repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
armv7m: R14 should reset to 0xffffffff
[qemu/kevin.git]
/
ui
/
shader
/
texture-blit.frag
blob
bfa202c22b0146a0ed5c042b493b13e9c070cf89
1
2
#version 300 es
3
4
uniform sampler2D image;
5
in mediump vec2 ex_tex_coord;
6
out mediump vec4 out_frag_color;
7
8
void main(void) {
9
out_frag_color = texture(image, ex_tex_coord);
10
}