Docs: correct invalid doxygen params & references
This commit is contained in:
@@ -799,10 +799,8 @@ void ui_draw_but_IMAGE(ARegion *UNUSED(region),
|
||||
*
|
||||
* \note This function is to be used with the 2D dashed shader enabled.
|
||||
*
|
||||
* \param pos: is a PRIM_FLOAT, 2, GPU_FETCH_FLOAT vertex attribute.
|
||||
* \param line_origin: is a PRIM_FLOAT, 2, GPU_FETCH_FLOAT vertex attribute.
|
||||
*
|
||||
* The next 4 parameters are the offsets for the view, not the zones.
|
||||
* \param pos: is a #PRIM_FLOAT, 2, #GPU_FETCH_FLOAT vertex attribute.
|
||||
* \param x1, x2, y1, y2: The offsets for the view, not the zones.
|
||||
*/
|
||||
void UI_draw_safe_areas(uint pos,
|
||||
float x1,
|
||||
@@ -835,7 +833,7 @@ void UI_draw_safe_areas(uint pos,
|
||||
|
||||
static void draw_scope_end(const rctf *rect, GLint *scissor)
|
||||
{
|
||||
/* restore scissortest */
|
||||
/* Restore scissor test. */
|
||||
GPU_scissor(scissor[0], scissor[1], scissor[2], scissor[3]);
|
||||
|
||||
GPU_blend_set_func_separate(
|
||||
|
||||
Reference in New Issue
Block a user