1 | # Copyright (c) 2001, Stanford University
|
---|
2 | # All rights reserved.
|
---|
3 | #
|
---|
4 | # See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | :enable:depthTest:GL_DEPTH_TEST
|
---|
6 | :enable:blend:GL_BLEND
|
---|
7 | :enable:alphaTest:GL_ALPHA_TEST
|
---|
8 | :enable:logicOp:GL_COLOR_LOGIC_OP
|
---|
9 | :enable:indexLogicOp:GL_INDEX_LOGIC_OP
|
---|
10 | :enable:dither:GL_DITHER
|
---|
11 | :alphaFunc:alphaTestFunc,alphaTestRef:AlphaFunc
|
---|
12 | :depthFunc:depthFunc:DepthFunc
|
---|
13 | :blendFunc:blendSrcRGB,blendDstRGB:BlendFunc
|
---|
14 | :blendFuncSeparate:blendSrcRGB,blendDstRGB,blendSrcA,blendDstA:BlendFuncSeparateEXT
|
---|
15 | :logicOp:logicOpMode:LogicOp
|
---|
16 | :indexLogicOp:logicOpMode:LogicOp
|
---|
17 | :drawBuffer:drawBuffer:DrawBuffer
|
---|
18 | :readBuffer:readBuffer:ReadBuffer
|
---|
19 | :indexMask:indexWriteMask:IndexMask
|
---|
20 | :colorWriteMask:colorWriteMask|r,g,b,a:ColorMask
|
---|
21 | :clearColor:colorClearValue|r,g,b,a:ClearColor
|
---|
22 | :clearIndex:indexClearValue:ClearIndex
|
---|
23 | :clearDepth:depthClearValue:ClearDepth
|
---|
24 | :clearAccum:accumClearValue|r,g,b,a:ClearAccum
|
---|
25 | :depthMask:depthMask:DepthMask
|
---|
26 | :blendEquation:blendEquation:BlendEquationEXT
|
---|
27 | :blendColor:blendColor|r,g,b,a:BlendColorEXT
|
---|