次の方法で共有


GL.GetMaterialx メソッド

定義

オーバーロード

GetMaterialx(All, All, Int32)
GetMaterialx(All, All, Int32*)
GetMaterialx(All, All, Int32[])

GetMaterialx(All, All, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetMaterialxv", Version="1.1")]
public static void GetMaterialx (OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, out int params);
static member GetMaterialx : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All *  -> unit

パラメーター

face
All
pname
All
params
Int32
属性

適用対象

GetMaterialx(All, All, Int32*)

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetMaterialxv", Version="1.1")]
[System.CLSCompliant(false)]
public static void GetMaterialx (OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int* params);
static member GetMaterialx : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeptr<int> -> unit

パラメーター

face
All
pname
All
params
Int32*
属性

適用対象

GetMaterialx(All, All, Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGetMaterialxv", Version="1.1")]
public static void GetMaterialx (OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int[] params);
static member GetMaterialx : OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * int[] -> unit

パラメーター

face
All
pname
All
params
Int32[]
属性

適用対象