mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
starting merge
This commit is contained in:
@@ -11,8 +11,14 @@
|
||||
|
||||
#define OPENGL_RETRIEVE_DRIVER_DATA_AS(handle, cast) ((cast)handle->driver_data)
|
||||
|
||||
#include "EGL/EGLInstance.h"
|
||||
|
||||
typedef struct OpenGLDriverData
|
||||
{
|
||||
union
|
||||
{
|
||||
EGLInstance egl_instance;
|
||||
};
|
||||
} OpenGLDriverData;
|
||||
|
||||
PulseBackendFlags OpenGLCheckSupport(PulseBackendFlags candidates, PulseShaderFormatsFlags shader_formats_used); // Return PULSE_BACKEND_OPENGL in case of success and PULSE_BACKEND_INVALID otherwise
|
||||
|
||||
Reference in New Issue
Block a user