Tao.OpenGl SDK Documentation

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

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

See Also

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