0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

libobs: Fix compiler warnings

This commit is contained in:
PatTheMav 2021-06-09 21:09:46 +02:00 committed by Ryan Foster
parent 4c1687901e
commit d0d0fe00d8

View File

@ -285,7 +285,7 @@ struct gs_exports {
gs_texture_t *(*device_texture_create_from_iosurface)(gs_device_t *dev,
void *iosurf);
gs_texture_t *(*device_texture_open_shared)(gs_device_t *dev,
uint32_t *handle);
uint32_t handle);
bool (*gs_texture_rebind_iosurface)(gs_texture_t *texture,
void *iosurf);
bool (*device_shared_texture_available)(void);