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

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

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

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

index (UInt32)

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

bufSize (Int32)

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

length (Int32%)

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

size (IntPtr)

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

type (UInt32%)

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

name (IntPtr)

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