MonobjcMonobjc Documented Class Library
glFramebufferTextureFaceEXT Method (target, attachment, texture, level, face)
NamespacesMonobjc.OpenGLGLglFramebufferTextureFaceEXT(UInt32, UInt32, UInt32, Int32, UInt32)

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

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

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

attachment (UInt32)

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

texture (UInt32)

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

level (Int32)

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

face (UInt32)

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

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)