Tao.OpenGl SDK Documentation
Gl.glClearAccum Method
[Visual Basic]
Public Shared Sub glClearAccum( _
ByVal
red
As
Single
, _
ByVal
green
As
Single
, _
ByVal
blue
As
Single
, _
ByVal
alpha
As
Single
_
)
[C#]
public static
void
glClearAccum(
float
red
,
float
green
,
float
blue
,
float
alpha
);
See Also
Gl Class
|
Tao.OpenGl Namespace