GL.GetBufferParameter Method

Definition

Overloads

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

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

Parameters

target
BufferTarget
params
Int32[]
Attributes

Applies to

GetBufferParameter(BufferTarget, BufferParameterName, Int32*)

Important

This API is not CLS-compliant.

[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

Parameters

target
BufferTarget
params
Int32*
Attributes

Applies to

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

Parameters

target
BufferTarget
params
Int32
Attributes

Applies to

GetBufferParameter(All, All, Int32)

Caution

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

Parameters

target
All
pname
All
params
Int32
Attributes

Applies to

GetBufferParameter(All, All, Int32*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[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

Parameters

target
All
pname
All
params
Int32*
Attributes

Applies to

GetBufferParameter(All, All, Int32[])

Caution

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

Parameters

target
All
pname
All
params
Int32[]
Attributes

Applies to