MonobjcMonobjc Documented Class Library
glBindBufferOffsetEXT Method (target, index, buffer, offset)
NamespacesMonobjc.OpenGLGLglBindBufferOffsetEXT(UInt32, UInt32, UInt32, IntPtr)

Original signature is 'extern void glBindBufferOffsetEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glBindBufferOffsetEXT(
	uint target,
	uint index,
	uint buffer,
	IntPtr offset
)
Public Shared Sub glBindBufferOffsetEXT ( _
	target As UInteger, _
	index As UInteger, _
	buffer As UInteger, _
	offset As IntPtr _
)
public:
static void glBindBufferOffsetEXT(
	unsigned int target, 
	unsigned int index, 
	unsigned int buffer, 
	IntPtr offset
)
Parameters
target (UInt32)

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

index (UInt32)

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

buffer (UInt32)

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

offset (IntPtr)

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

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)