aboutsummaryrefslogtreecommitdiff
path: root/include/ui/shader.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2015-01-09 11:40:23 +0100
committerGerd Hoffmann <kraxel@redhat.com>2015-05-05 10:48:22 +0200
commitcd2bc889e5b30c69926fc1511b6522e7cb4c705d (patch)
tree2e436873e72110ad1b22b5b4d84f409d6a05b5aa /include/ui/shader.h
parent985e1c9b008e5e8b6eac41546266d3abcfa6282a (diff)
downloadqemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.zip
qemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.tar.gz
qemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.tar.bz2
console-gl: add opengl rendering helper functions
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'include/ui/shader.h')
-rw-r--r--include/ui/shader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/shader.h b/include/ui/shader.h
index e1b0caf..1ff926c 100644
--- a/include/ui/shader.h
+++ b/include/ui/shader.h
@@ -3,6 +3,8 @@
# include <GLES2/gl2ext.h>
#endif
+void qemu_gl_run_texture_blit(GLint texture_blit_prog);
+
GLuint qemu_gl_create_compile_shader(GLenum type, const GLchar *src);
GLuint qemu_gl_create_link_program(GLuint vert, GLuint frag);
GLuint qemu_gl_create_compile_link_program(const GLchar *vert_src,