expose getUniformInfo to c99 API (#988)

This commit is contained in:
Andrey Volodin 2016-11-24 06:02:54 +03:00 committed by Branimir Karadžić
parent 857feaa70d
commit d992fa2e68

View File

@ -673,6 +673,9 @@ BGFX_C_API bgfx_shader_handle_t bgfx_create_shader(const bgfx_memory_t* _mem);
/**/
BGFX_C_API uint16_t bgfx_get_shader_uniforms(bgfx_shader_handle_t _handle, bgfx_uniform_handle_t* _uniforms, uint16_t _max);
/**/
BGFX_C_API void bgfx_get_uniform_info(bgfx_uniform_handle_t _handle, bgfx_uniform_info_t* _info);
/**/
BGFX_C_API void bgfx_destroy_shader(bgfx_shader_handle_t _handle);