mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 16:48:20 +02:00
mesa: minor comment fix in blend.c
This commit is contained in:
parent
5a5efbf804
commit
40663864d2
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ _mesa_AlphaFunc( GLenum func, GLclampf ref )
|
|||
* \param opcode operation.
|
||||
*
|
||||
* Verifies that \p opcode is a valid enum and updates
|
||||
gl_colorbuffer_attrib::LogicOp.
|
||||
* gl_colorbuffer_attrib::LogicOp.
|
||||
* On a change, flushes the vertices and notifies the driver via the
|
||||
* dd_function_table::LogicOpcode callback.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue