]> Git Repo - qemu.git/blame - include/ui/shader.h
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into staging
[qemu.git] / include / ui / shader.h
CommitLineData
896e1a05
GH
1#ifndef QEMU_SHADER_H
2#define QEMU_SHADER_H
3
dcf30025 4#include <epoxy/gl.h>
985e1c9b 5
cd2bc889
GH
6void qemu_gl_run_texture_blit(GLint texture_blit_prog);
7
985e1c9b
GH
8GLuint qemu_gl_create_compile_shader(GLenum type, const GLchar *src);
9GLuint qemu_gl_create_link_program(GLuint vert, GLuint frag);
10GLuint qemu_gl_create_compile_link_program(const GLchar *vert_src,
11 const GLchar *frag_src);
896e1a05
GH
12
13#endif /* QEMU_SHADER_H */
This page took 0.023279 seconds and 4 git commands to generate.