mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
@@ -33,10 +33,14 @@ typedef struct OpenGLDevice
|
||||
#undef PULSE_OPENGL_WRAPPER
|
||||
#undef PULSE_OPENGL_WRAPPER_RET
|
||||
|
||||
const char** supported_extensions;
|
||||
uint32_t supported_extensions_count;
|
||||
|
||||
uint32_t device_id;
|
||||
} OpenGLDevice;
|
||||
|
||||
PulseDevice OpenGLCreateDevice(PulseBackend backend, PulseDevice* forbiden_devices, uint32_t forbiden_devices_count);
|
||||
bool OpenGLDeviceSupportsExtension(PulseDevice device, const char* name);
|
||||
void OpenGLDestroyDevice(PulseDevice device);
|
||||
|
||||
#endif // PULSE_OPENGL_DEVICE_H_
|
||||
|
||||
Reference in New Issue
Block a user