]> git.proxmox.com Git - mirror_qemu.git/blame - include/ui/shader.h
hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbus
[mirror_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
46e19e14
GH
6typedef struct QemuGLShader QemuGLShader;
7
2e1d70b9 8void qemu_gl_run_texture_blit(QemuGLShader *gls, bool flip);
46e19e14
GH
9
10QemuGLShader *qemu_gl_init_shader(void);
11void qemu_gl_fini_shader(QemuGLShader *gls);
896e1a05
GH
12
13#endif /* QEMU_SHADER_H */