Closed bkaradzic closed 5 years ago
Ok this was tested inside bgfx and everything works (other than bad names for bgfx_create_texture2, bgfx_create_texture3, bgfx_update_texture2, and bgfx_update_texture3).
bgfx_create_texture2
bgfx_create_texture3
bgfx_update_texture2
bgfx_update_texture3
I'll add function_declaration.
Cool. You can test it against bgfx master, since it's all there already.
Ok this was tested inside bgfx and everything works (other than bad names for
bgfx_create_texture2
,bgfx_create_texture3
,bgfx_update_texture2
, andbgfx_update_texture3
).