MonobjcMonobjc Documented Class Library
glGetActiveUniformARB Method (programObj, index, maxLength, length, size, type, name)
NamespacesMonobjc.OpenGLGLglGetActiveUniformARB(IntPtr, UInt32, Int32, IntPtr, Int32%, UInt32%, SByte%)

Original signature is 'extern void glGetActiveUniformARB(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);'

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

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

index (UInt32)

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

maxLength (Int32)

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

length (IntPtr)

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

size (Int32%)

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

type (UInt32%)

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

name (SByte%)

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