다음을 통해 공유


GL.GetLight 메서드

정의

오버로드

GetLight(All, All, Single)
GetLight(All, All, Single*)
GetLight(All, All, Single[])

GetLight(All, All, Single)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetLightfv", Version="1.1")]
public static void GetLight (OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, out float params);
static member GetLight : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All *  -> unit

매개 변수

light
All
pname
All
params
Single
특성

적용 대상

GetLight(All, All, Single*)

중요

이 API는 CLS 규격이 아닙니다.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetLightfv", Version="1.1")]
[System.CLSCompliant(false)]
public static void GetLight (OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, float* params);
static member GetLight : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeptr<single> -> unit

매개 변수

light
All
pname
All
params
Single*
특성

적용 대상

GetLight(All, All, Single[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetLightfv", Version="1.1")]
public static void GetLight (OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, float[] params);
static member GetLight : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * single[] -> unit

매개 변수

light
All
pname
All
params
Single[]
특성

적용 대상