MonobjcMonobjc Documented Class Library
glGetTransformFeedbackVaryingEXT Method (program, index, bufSize, length, size, type, name)
NamespacesMonobjc.OpenGLGLglGetTransformFeedbackVaryingEXT(UInt32, UInt32, Int32, IntPtr, Int32%, UInt32%, SByte%)

Original signature is 'extern void glGetTransformFeedbackVaryingEXT(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glGetTransformFeedbackVaryingEXT(
	uint program,
	uint index,
	int bufSize,
	IntPtr length,
	out int size,
	out uint type,
	out sbyte name
)
Public Shared Sub glGetTransformFeedbackVaryingEXT ( _
	program As UInteger, _
	index As UInteger, _
	bufSize As Integer, _
	length As IntPtr, _
	<OutAttribute> ByRef size As Integer, _
	<OutAttribute> ByRef type As UInteger, _
	<OutAttribute> ByRef name As SByte _
)
public:
static void glGetTransformFeedbackVaryingEXT(
	unsigned int program, 
	unsigned int index, 
	int bufSize, 
	IntPtr length, 
	[OutAttribute] int% size, 
	[OutAttribute] unsigned int% type, 
	[OutAttribute] signed char% name
)
Parameters
program (UInt32)

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

index (UInt32)

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

bufSize (Int32)

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

length (IntPtr)

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

size (Int32%)

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

type (UInt32%)

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

name (SByte%)

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

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)