mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
ui/egl: query ANGLE d3d device
Check if ANGLE is being used with D3D backend. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20230606115658.677673-19-marcandre.lureau@redhat.com>
This commit is contained in:
parent
e8a2db9479
commit
06c63a34e6
3 changed files with 35 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
extern EGLDisplay *qemu_egl_display;
|
||||
extern EGLConfig qemu_egl_config;
|
||||
extern DisplayGLMode qemu_egl_mode;
|
||||
extern bool qemu_egl_angle_d3d;
|
||||
|
||||
typedef struct egl_fb {
|
||||
int width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue