historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/include/ui/shader.h
2024-01-16 11:20:27 -06:00

13 lines
287 B
C

#ifndef QEMU_SHADER_H
#define QEMU_SHADER_H
#include <epoxy/gl.h>
typedef struct QemuGLShader QemuGLShader;
void qemu_gl_run_texture_blit(QemuGLShader *gls, bool flip);
QemuGLShader *qemu_gl_init_shader(void);
void qemu_gl_fini_shader(QemuGLShader *gls);
#endif /* QEMU_SHADER_H */