Tao.OpenGl SDK Documentation

Gl.glConvolutionFilter2DEXT Method (Int32, Int32, Int32, Int32, Int32, Int32, IntPtr)

[Visual Basic]
Overloads Public Shared Sub glConvolutionFilter2DEXT( _
   ByVal target As Integer, _
   ByVal internalformat As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal image As IntPtr _
)
[C#]
public static void glConvolutionFilter2DEXT(
   int target,
   int internalformat,
   int width,
   int height,
   int format,
   int type,
   IntPtr image
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glConvolutionFilter2DEXT Overload List