From 905d258e9ff57a92b1274e433b0118733a9ba74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 25 Jul 2014 23:27:18 -0700 Subject: [PATCH] Cleanup. --- include/bgfx.c99.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/bgfx.c99.h b/include/bgfx.c99.h index 92bf737c..45eba5b6 100644 --- a/include/bgfx.c99.h +++ b/include/bgfx.c99.h @@ -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. */