Skip to content

Commit

Permalink
Try to fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk authored Sep 19, 2023
1 parent f591635 commit 80627ba
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions rts/Lua/LuaConstGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,16 @@ bool LuaConstGL::PushEntries(lua_State* L)
* @number DST_COLOR
* @number ONE_MINUS_DST_COLOR
* @number SRC_ALPHA_SATURATE
* @number FUNC_ADD
* @number FUNC_SUBTRACT
* @number FUNC_REVERSE_SUBTRACT
* @number MIN
* @number MAX
*/
PUSH_GL(DST_COLOR);
PUSH_GL(ONE_MINUS_DST_COLOR);
PUSH_GL(SRC_ALPHA_SATURATE);


/***
* BlendEquation
* @section blendequation
*
* @table GL
* @number FUNC_ADD
* @number FUNC_SUBTRACT
* @number FUNC_REVERSE_SUBTRACT
* @number MIN
* @number MAX
*/
PUSH_GL(FUNC_ADD);
PUSH_GL(FUNC_SUBTRACT);
PUSH_GL(FUNC_REVERSE_SUBTRACT);
Expand Down

0 comments on commit 80627ba

Please sign in to comment.