This commit is contained in:
Branimir Karadžić 2014-07-25 23:27:18 -07:00
parent ac49c6f129
commit 905d258e9f

View file

@ -1303,7 +1303,6 @@ BGFX_C_API uint32_t bgfx_submit(uint8_t _id, int32_t _depth);
*/
BGFX_C_API uint32_t bgfx_submit_mask(uint32_t _viewMask, int32_t _depth);
/**
*
*/
@ -1319,7 +1318,6 @@ BGFX_C_API void bgfx_set_image_from_frame_buffer(uint8_t _stage, bgfx_uniform_ha
*/
BGFX_C_API void bgfx_dispatch(uint8_t _id, bgfx_program_handle_t _handle, uint16_t _numX, uint16_t _numY, uint16_t _numZ);
/**
* Discard all previously set state for draw call.
*/