MonobjcMonobjc Documented Class Library
glUniform1fv Method (location, count, value)
NamespacesMonobjc.OpenGLGLglUniform1fv(Int32, Int32, IntPtr)

Original signature is 'extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glUniform1fv(
	int location,
	int count,
	IntPtr value
)
Public Shared Sub glUniform1fv ( _
	location As Integer, _
	count As Integer, _
	value As IntPtr _
)
public:
static void glUniform1fv(
	int location, 
	int count, 
	IntPtr value
)
Parameters
location (Int32)

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

count (Int32)

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

value (IntPtr)

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