GL.GetFramebufferAttachmentParameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetFramebufferAttachmentParameter(All, All, All, Int32)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFramebufferAttachmentParameteriv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetFramebufferAttachmentParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All pname, ref int params);
static member GetFramebufferAttachmentParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * -> unit
Parameters
- target
- All
- attachment
- All
- pname
- All
- params
- Int32
- Attributes
Applies to
GetFramebufferAttachmentParameter(All, All, All, Int32*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFramebufferAttachmentParameteriv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetFramebufferAttachmentParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All pname, int* params);
static member GetFramebufferAttachmentParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit
Parameters
- target
- All
- attachment
- All
- pname
- All
- params
- Int32*
- Attributes
Applies to
GetFramebufferAttachmentParameter(All, All, All, Int32[])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFramebufferAttachmentParameteriv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetFramebufferAttachmentParameter (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All pname, int[] params);
static member GetFramebufferAttachmentParameter : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * int[] -> unit
Parameters
- target
- All
- attachment
- All
- pname
- All
- params
- Int32[]
- Attributes
Applies to
GetFramebufferAttachmentParameter(FramebufferTarget, FramebufferSlot, FramebufferParameterName, Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFramebufferAttachmentParameteriv", Version="2.0")]
public static void GetFramebufferAttachmentParameter (OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.FramebufferParameterName pname, out int params);
static member GetFramebufferAttachmentParameter : OpenTK.Graphics.ES20.FramebufferTarget * OpenTK.Graphics.ES20.FramebufferSlot * OpenTK.Graphics.ES20.FramebufferParameterName * -> unit
Parameters
- target
- FramebufferTarget
- attachment
- FramebufferSlot
- pname
- FramebufferParameterName
- params
- Int32
- Attributes
Applies to
GetFramebufferAttachmentParameter(FramebufferTarget, FramebufferSlot, FramebufferParameterName, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFramebufferAttachmentParameteriv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetFramebufferAttachmentParameter (OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.FramebufferParameterName pname, int* params);
static member GetFramebufferAttachmentParameter : OpenTK.Graphics.ES20.FramebufferTarget * OpenTK.Graphics.ES20.FramebufferSlot * OpenTK.Graphics.ES20.FramebufferParameterName * nativeptr<int> -> unit
Parameters
- target
- FramebufferTarget
- attachment
- FramebufferSlot
- pname
- FramebufferParameterName
- params
- Int32*
- Attributes
Applies to
GetFramebufferAttachmentParameter(FramebufferTarget, FramebufferSlot, FramebufferParameterName, Int32[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetFramebufferAttachmentParameteriv", Version="2.0")]
public static void GetFramebufferAttachmentParameter (OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.FramebufferParameterName pname, int[] params);
static member GetFramebufferAttachmentParameter : OpenTK.Graphics.ES20.FramebufferTarget * OpenTK.Graphics.ES20.FramebufferSlot * OpenTK.Graphics.ES20.FramebufferParameterName * int[] -> unit
Parameters
- target
- FramebufferTarget
- attachment
- FramebufferSlot
- pname
- FramebufferParameterName
- params
- Int32[]
- Attributes