MonobjcMonobjc Documented Class Library
glGetUniformfvARB Method (programObj, location, params)
NamespacesMonobjc.OpenGLGLglGetUniformfvARB(IntPtr, Int32, Single%)

Original signature is 'extern void glGetUniformfvARB(GLhandleARB programObj, GLint location, GLfloat *params);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glGetUniformfvARB(
	IntPtr programObj,
	int location,
	out float params
)
Public Shared Sub glGetUniformfvARB ( _
	programObj As IntPtr, _
	location As Integer, _
	<OutAttribute> ByRef params As Single _
)
public:
static void glGetUniformfvARB(
	IntPtr programObj, 
	int location, 
	[OutAttribute] float% params
)
Parameters
programObj (IntPtr)

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

location (Int32)

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

params (Single%)

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

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)