MonobjcMonobjc Documented Class Library
glConvolutionParameterf Method (target, pname, params)
NamespacesMonobjc.OpenGLGLglConvolutionParameterf(UInt32, UInt32, Single)

Original signature is 'extern void glConvolutionParameterf (GLenum target, GLenum pname, GLfloat params);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glConvolutionParameterf(
	uint target,
	uint pname,
	float params
)
Public Shared Sub glConvolutionParameterf ( _
	target As UInteger, _
	pname As UInteger, _
	params As Single _
)
public:
static void glConvolutionParameterf(
	unsigned int target, 
	unsigned int pname, 
	float params
)
Parameters
target (UInt32)

[Missing <param name="target"/> documentation for "M:Monobjc.OpenGL.GL.glConvolutionParameterf(System.UInt32,System.UInt32,System.Single)"]

pname (UInt32)

[Missing <param name="pname"/> documentation for "M:Monobjc.OpenGL.GL.glConvolutionParameterf(System.UInt32,System.UInt32,System.Single)"]

params (Single)

[Missing <param name="params"/> documentation for "M:Monobjc.OpenGL.GL.glConvolutionParameterf(System.UInt32,System.UInt32,System.Single)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)