Tao.OpenGl SDK Documentation

Gl.glRenderbufferStorageMultisampleEXT Method 

[Visual Basic]
Public Shared Sub glRenderbufferStorageMultisampleEXT( _
   ByVal target As Integer, _
   ByVal samples As Integer, _
   ByVal internalformat As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public static void glRenderbufferStorageMultisampleEXT(
   int target,
   int samples,
   int internalformat,
   int width,
   int height
);

See Also

Gl Class | Tao.OpenGl Namespace