MonobjcMonobjc Documented Class Library
glPixelStorei Method (pname, param)
NamespacesMonobjc.OpenGLGLglPixelStorei(UInt32, Int32)

Original signature is 'extern void glPixelStorei (GLenum pname, GLint param);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glPixelStorei(
	uint pname,
	int param
)
Public Shared Sub glPixelStorei ( _
	pname As UInteger, _
	param As Integer _
)
public:
static void glPixelStorei(
	unsigned int pname, 
	int param
)
Parameters
pname (UInt32)

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

param (Int32)

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

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)