MonobjcMonobjc Documented Class Library
glGetActiveUniformARB Method (programObj, index, maxLength, length, size, type, name)
NamespacesMonobjc.OpenGLGLglGetActiveUniformARB(IntPtr, UInt32, Int32, Int32%, Int32%, IntPtr, 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,
	out int length,
	out int size,
	IntPtr type,
	out sbyte name
)
Public Shared Sub glGetActiveUniformARB ( _
	programObj As IntPtr, _
	index As UInteger, _
	maxLength As Integer, _
	<OutAttribute> ByRef length As Integer, _
	<OutAttribute> ByRef size As Integer, _
	type As IntPtr, _
	<OutAttribute> ByRef name As SByte _
)
public:
static void glGetActiveUniformARB(
	IntPtr programObj, 
	unsigned int index, 
	int maxLength, 
	[OutAttribute] int% length, 
	[OutAttribute] int% size, 
	IntPtr 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.Int32@,System.Int32@,System.IntPtr,System.SByte@)"]

index (UInt32)

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

maxLength (Int32)

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

length (Int32%)

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

size (Int32%)

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

type (IntPtr)

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

name (SByte%)

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