GL.Oes.GetFramebufferAttachmentParameter Method

Definition

Overloads

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

GetFramebufferAttachmentParameter(All, All, All, Int32[])

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

Parameters

target
All
attachment
All
pname
All
params
Int32[]
Attributes

Applies to

GetFramebufferAttachmentParameter(All, All, All, Int32)

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

Parameters

target
All
attachment
All
pname
All
params
Int32
Attributes

Applies to

GetFramebufferAttachmentParameter(All, All, All, Int32*)

Important

This API is not CLS-compliant.

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

Parameters

target
All
attachment
All
pname
All
params
Int32*
Attributes

Applies to