mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Cleanup.
This commit is contained in:
parent
ac49c6f129
commit
905d258e9f
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue