次の方法で共有


GL.GetTexParameter メソッド

定義

オーバーロード

GetTexParameter(All, All, Int32)
GetTexParameter(All, All, Int32*)
GetTexParameter(All, All, Int32[])
GetTexParameter(All, All, Single)
GetTexParameter(All, All, Single*)
GetTexParameter(All, All, Single[])

GetTexParameter(All, All, Int32)

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

パラメーター

target
All
pname
All
params
Int32
属性

適用対象

GetTexParameter(All, All, Int32*)

重要

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

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

パラメーター

target
All
pname
All
params
Int32*
属性

適用対象

GetTexParameter(All, All, Int32[])

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

パラメーター

target
All
pname
All
params
Int32[]
属性

適用対象

GetTexParameter(All, All, Single)

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

パラメーター

target
All
pname
All
params
Single
属性

適用対象

GetTexParameter(All, All, Single*)

重要

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

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

パラメーター

target
All
pname
All
params
Single*
属性

適用対象

GetTexParameter(All, All, Single[])

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

パラメーター

target
All
pname
All
params
Single[]
属性

適用対象