mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
expose getUniformInfo to c99 API (#988)
This commit is contained in:
committed by
Branimir Karadžić
parent
857feaa70d
commit
d992fa2e68
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user