MonobjcMonobjc Documented Class Library
glGetFramebufferAttachmentParameterivEXT Method (target, attachment, pname, params)
NamespacesMonobjc.OpenGLGLglGetFramebufferAttachmentParameterivEXT(UInt32, UInt32, UInt32, Int32%)

Original signature is 'extern void glGetFramebufferAttachmentParameterivEXT(GLenum target, GLenum attachment, GLenum pname, GLint *params);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glGetFramebufferAttachmentParameterivEXT(
	uint target,
	uint attachment,
	uint pname,
	out int params
)
Public Shared Sub glGetFramebufferAttachmentParameterivEXT ( _
	target As UInteger, _
	attachment As UInteger, _
	pname As UInteger, _
	<OutAttribute> ByRef params As Integer _
)
public:
static void glGetFramebufferAttachmentParameterivEXT(
	unsigned int target, 
	unsigned int attachment, 
	unsigned int pname, 
	[OutAttribute] int% params
)
Parameters
target (UInt32)

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

attachment (UInt32)

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

pname (UInt32)

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

params (Int32%)

[Missing <param name="params"/> documentation for "M:Monobjc.OpenGL.GL.glGetFramebufferAttachmentParameterivEXT(System.UInt32,System.UInt32,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)