summaryrefslogtreecommitdiffstats
path: root/qemu/include/ui/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/ui/shader.h')
-rw-r--r--qemu/include/ui/shader.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/qemu/include/ui/shader.h b/qemu/include/ui/shader.h
deleted file mode 100644
index f7d86188b..000000000
--- a/qemu/include/ui/shader.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef QEMU_SHADER_H
-#define QEMU_SHADER_H
-
-#include <epoxy/gl.h>
-
-GLuint qemu_gl_init_texture_blit(GLint texture_blit_prog);
-void qemu_gl_run_texture_blit(GLint texture_blit_prog,
- GLint texture_blit_vao);
-
-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,
- const GLchar *frag_src);
-
-#endif /* QEMU_SHADER_H */