Added PFN_BGFX_GET_INTERFACE.

This commit is contained in:
Бранимир Караџић
2019-02-27 11:15:39 -08:00
parent 0b921ea8e4
commit d03c20ca68

View File

@@ -674,6 +674,9 @@ typedef struct bgfx_encoder_s bgfx_encoder_t;
#include "bgfx.idl.h"
/**/
typedef bgfx_interface_vtbl_t* (*PFN_BGFX_GET_INTERFACE)(uint32_t _version);
/**/
BGFX_C_API bgfx_interface_vtbl_t* bgfx_get_interface(uint32_t _version);