fixing device choosing in EGL

This commit is contained in:
2025-03-23 02:24:55 +01:00
parent 6c2119d806
commit f3a8252ff1
5 changed files with 148 additions and 31 deletions

View File

@@ -32,6 +32,8 @@ typedef struct OpenGLDevice
#include "OpenGLWraps.h"
#undef PULSE_OPENGL_WRAPPER
#undef PULSE_OPENGL_WRAPPER_RET
uint32_t device_id;
} OpenGLDevice;
PulseDevice OpenGLCreateDevice(PulseBackend backend, PulseDevice* forbiden_devices, uint32_t forbiden_devices_count);