MonobjcMonobjc Documented Class Library
glFramebufferTexture1DEXT Method (target, attachment, textarget, texture, level)
NamespacesMonobjc.OpenGLGLglFramebufferTexture1DEXT(UInt32, UInt32, UInt32, UInt32, Int32)

Original signature is 'extern void glFramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glFramebufferTexture1DEXT(
	uint target,
	uint attachment,
	uint textarget,
	uint texture,
	int level
)
Public Shared Sub glFramebufferTexture1DEXT ( _
	target As UInteger, _
	attachment As UInteger, _
	textarget As UInteger, _
	texture As UInteger, _
	level As Integer _
)
public:
static void glFramebufferTexture1DEXT(
	unsigned int target, 
	unsigned int attachment, 
	unsigned int textarget, 
	unsigned int texture, 
	int level
)
Parameters
target (UInt32)

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

attachment (UInt32)

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

textarget (UInt32)

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

texture (UInt32)

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

level (Int32)

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