GL.DeleteFramebuffers 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
DeleteFramebuffers(Int32, UInt32[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, uint[] framebuffers);
static member DeleteFramebuffers : int * uint32[] -> unit
Parameters
- n
- Int32
- framebuffers
- UInt32[]
- Attributes
Applies to
DeleteFramebuffers(Int32, UInt32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, uint* framebuffers);
static member DeleteFramebuffers : int * nativeptr<uint32> -> unit
Parameters
- n
- Int32
- framebuffers
- UInt32*
- Attributes
Applies to
DeleteFramebuffers(Int32, UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, ref uint framebuffers);
static member DeleteFramebuffers : int * -> unit
Parameters
- n
- Int32
- framebuffers
- UInt32
- Attributes
Applies to
DeleteFramebuffers(Int32, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteFramebuffers (int n, int* framebuffers);
static member DeleteFramebuffers : int * nativeptr<int> -> unit
Parameters
- n
- Int32
- framebuffers
- Int32*
- Attributes