Share via


GL.GetBufferParameter メソッド

定義

オーバーロード

GetBufferParameter(BufferTarget, BufferParameterName, Int32[])
GetBufferParameter(BufferTarget, BufferParameterName, Int32*)
GetBufferParameter(BufferTarget, BufferParameterName, Int32)
GetBufferParameter(All, All, Int32)
古い.
GetBufferParameter(All, All, Int32*)
古い.
GetBufferParameter(All, All, Int32[])
古い.

GetBufferParameter(BufferTarget, BufferParameterName, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferParameteriv", Version="2.0")]
public static void GetBufferParameter (OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferParameterName pname, int[] params);
static member GetBufferParameter : OpenTK.Graphics.ES20.BufferTarget * OpenTK.Graphics.ES20.BufferParameterName * int[] -> unit

パラメーター

target
BufferTarget
params
Int32[]
属性

適用対象

GetBufferParameter(BufferTarget, BufferParameterName, Int32*)

重要

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferParameteriv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetBufferParameter (OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferParameterName pname, int* params);
static member GetBufferParameter : OpenTK.Graphics.ES20.BufferTarget * OpenTK.Graphics.ES20.BufferParameterName * nativeptr<int> -> unit

パラメーター

target
BufferTarget
params
Int32*
属性

適用対象

GetBufferParameter(BufferTarget, BufferParameterName, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferParameteriv", Version="2.0")]
public static void GetBufferParameter (OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferParameterName pname, out int params);
static member GetBufferParameter : OpenTK.Graphics.ES20.BufferTarget * OpenTK.Graphics.ES20.BufferParameterName *  -> unit

パラメーター

target
BufferTarget
params
Int32
属性

適用対象

GetBufferParameter(All, All, Int32)

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferParameteriv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, ref int params);
static member GetBufferParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All *  -> unit

パラメーター

target
All
pname
All
params
Int32
属性

適用対象

GetBufferParameter(All, All, Int32*)

注意事項

Use the overload with strongly typed enumerations

重要

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferParameteriv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int* params);
static member GetBufferParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit

パラメーター

target
All
pname
All
params
Int32*
属性

適用対象

GetBufferParameter(All, All, Int32[])

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetBufferParameteriv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int[] params);
static member GetBufferParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * int[] -> unit

パラメーター

target
All
pname
All
params
Int32[]
属性

適用対象