Tao.OpenGl SDK Documentation

Gl.glWriteMaskEXT Method 

[Visual Basic]
Public Shared Sub glWriteMaskEXT( _
   ByVal res As Integer, _
   ByVal in As Integer, _
   ByVal outX As Integer, _
   ByVal outY As Integer, _
   ByVal outZ As Integer, _
   ByVal outW As Integer _
)
[C#]
public static void glWriteMaskEXT(
   int res,
   int in,
   int outX,
   int outY,
   int outZ,
   int outW
);

See Also

Gl Class | Tao.OpenGl Namespace