Tao.OpenGl SDK Documentation

Gl.glCopyConvolutionFilter2DEXT Method 

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

See Also

Gl Class | Tao.OpenGl Namespace