MonobjcMonobjc Documented Class Library
glTransformFeedbackVaryingsEXT Method (program, count, varyings, bufferMode)
NamespacesMonobjc.OpenGLGLglTransformFeedbackVaryingsEXT(UInt32, Int32, SByte%, UInt32)

Original signature is 'extern void glTransformFeedbackVaryingsEXT(GLuint program, GLsizei count, const GLchar **varyings, GLenum bufferMode);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glTransformFeedbackVaryingsEXT(
	uint program,
	int count,
	ref sbyte varyings,
	uint bufferMode
)
Public Shared Sub glTransformFeedbackVaryingsEXT ( _
	program As UInteger, _
	count As Integer, _
	ByRef varyings As SByte, _
	bufferMode As UInteger _
)
public:
static void glTransformFeedbackVaryingsEXT(
	unsigned int program, 
	int count, 
	signed char% varyings, 
	unsigned int bufferMode
)
Parameters
program (UInt32)

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

count (Int32)

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

varyings (SByte%)

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

bufferMode (UInt32)

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