次の方法で共有


GL.GetBufferPointer メソッド

定義

オーバーロード

GetBufferPointer(All, All, IntPtr)
古い.
GetBufferPointer(BufferTarget, BufferPointer, IntPtr)
GetBufferPointer<T2>(BufferTarget, BufferPointer, T2[])
GetBufferPointer<T2>(All, All, T2)
古い.
GetBufferPointer<T2>(All, All, T2[,,])
古い.
GetBufferPointer<T2>(All, All, T2[,])
古い.
GetBufferPointer<T2>(All, All, T2[])
古い.
GetBufferPointer<T2>(BufferTarget, BufferPointer, T2)
GetBufferPointer<T2>(BufferTarget, BufferPointer, T2[,,])
GetBufferPointer<T2>(BufferTarget, BufferPointer, T2[,])

GetBufferPointer(All, All, IntPtr)

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferPointer (OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All pname, IntPtr params);
static member GetBufferPointer : OpenTK.Graphics.ES30.All * OpenTK.Graphics.ES30.All * nativeint -> unit

パラメーター

target
All
pname
All
params
IntPtr

nativeint

属性

適用対象

GetBufferPointer(BufferTarget, BufferPointer, IntPtr)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
public static void GetBufferPointer (OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferPointer pname, IntPtr params);
static member GetBufferPointer : OpenTK.Graphics.ES30.BufferTarget * OpenTK.Graphics.ES30.BufferPointer * nativeint -> unit

パラメーター

target
BufferTarget
params
IntPtr

nativeint

属性

適用対象

GetBufferPointer<T2>(BufferTarget, BufferPointer, T2[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferPointer pname, T2[] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.BufferTarget * OpenTK.Graphics.ES30.BufferPointer * 'T2[] -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
BufferTarget
params
T2[]
属性

適用対象

GetBufferPointer<T2>(All, All, T2)

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All pname, out T2 params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.All * OpenTK.Graphics.ES30.All *  -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
All
pname
All
params
T2
属性

適用対象

GetBufferPointer<T2>(All, All, T2[,,])

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All pname, T2[,,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.All * OpenTK.Graphics.ES30.All * 'T2[,,] -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
All
pname
All
params
T2[,,]
属性

適用対象

GetBufferPointer<T2>(All, All, T2[,])

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All pname, T2[,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.All * OpenTK.Graphics.ES30.All * 'T2[,] -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
All
pname
All
params
T2[,]
属性

適用対象

GetBufferPointer<T2>(All, All, T2[])

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All pname, T2[] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.All * OpenTK.Graphics.ES30.All * 'T2[] -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
All
pname
All
params
T2[]
属性

適用対象

GetBufferPointer<T2>(BufferTarget, BufferPointer, T2)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferPointer pname, out T2 params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.BufferTarget * OpenTK.Graphics.ES30.BufferPointer *  -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
BufferTarget
params
T2
属性

適用対象

GetBufferPointer<T2>(BufferTarget, BufferPointer, T2[,,])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferPointer pname, T2[,,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.BufferTarget * OpenTK.Graphics.ES30.BufferPointer * 'T2[,,] -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
BufferTarget
params
T2[,,]
属性

適用対象

GetBufferPointer<T2>(BufferTarget, BufferPointer, T2[,])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetBufferPointerv", Version="3.0")]
public static void GetBufferPointer<T2> (OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferPointer pname, T2[,] params) where T2 : struct;
static member GetBufferPointer : OpenTK.Graphics.ES30.BufferTarget * OpenTK.Graphics.ES30.BufferPointer * 'T2[,] -> unit (requires 'T2 : struct)

型パラメーター

T2

パラメーター

target
BufferTarget
params
T2[,]
属性

適用対象