Tao.OpenGl SDK Documentation |
|
Gl.glCopyConvolutionFilter2D Method
[Visual Basic]
Public Shared Sub glCopyConvolutionFilter2D( _
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 glCopyConvolutionFilter2D(
int target,
int internalformat,
int x,
int y,
int width,
int height);
See Also
Gl Class | Tao.OpenGl Namespace