(MacOS) Another buildfix

This commit is contained in:
Twinaphex 2018-05-14 00:23:05 +02:00
parent f3f0c6b1d1
commit d0a697ebf0

View File

@ -885,5 +885,9 @@ const gfx_ctx_driver_t gfx_ctx_cocoagl = {
.get_flags = cocoagl_gfx_ctx_get_flags,
.set_flags = cocoagl_gfx_ctx_set_flags,
.bind_hw_render = cocoagl_gfx_ctx_bind_hw_render,
#if defined(HAVE_VULKAN)
.get_context_data = cocoagl_gfx_ctx_get_context_data,
#else
.get_context_data = NULL,
#endif
};