MonobjcMonobjc Documented Class Library
glGetLightiv Method (light, pname, params)
NamespacesMonobjc.OpenGLGLglGetLightiv(UInt32, UInt32, Int32%)

Original signature is 'extern void glGetLightiv (GLenum light, GLenum pname, GLint *params);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glGetLightiv(
	uint light,
	uint pname,
	out int params
)
Public Shared Sub glGetLightiv ( _
	light As UInteger, _
	pname As UInteger, _
	<OutAttribute> ByRef params As Integer _
)
public:
static void glGetLightiv(
	unsigned int light, 
	unsigned int pname, 
	[OutAttribute] int% params
)
Parameters
light (UInt32)

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

pname (UInt32)

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

params (Int32%)

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

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)