次の方法で共有


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[]
属性

適用対象