Tao.OpenGl SDK Documentation
Gl.glAlphaFunc Method
[Visual Basic]
Public Shared Sub glAlphaFunc( _
ByVal
func
As
Integer
, _
ByVal
ref
As
Single
_
)
[C#]
public static
void
glAlphaFunc(
int
func
,
float
ref
);
See Also
Gl Class
|
Tao.OpenGl Namespace