repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pc-bios/s390-ccw/net: Split up net_load() into init, load and release parts
[qemu.git]
/
include
/
ui
/
shader.h
blob
4c5acb2ce8b21ac4b0b270a395fa9b83f6a6f88a
1
#ifndef QEMU_SHADER_H
2
#define QEMU_SHADER_H
3
4
#include <epoxy/gl.h>
5
6
typedef
struct
QemuGLShader QemuGLShader
;
7
8
void
qemu_gl_run_texture_blit
(
QemuGLShader
*
gls
,
bool
flip
);
9
10
QemuGLShader
*
qemu_gl_init_shader
(
void
);
11
void
qemu_gl_fini_shader
(
QemuGLShader
*
gls
);
12
13
#endif
/* QEMU_SHADER_H */