Compartir a través de


GL.BlitFramebuffer Método

Definición

Sobrecargas

BlitFramebuffer(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, ClearBufferMask, BlitFramebufferFilter)
BlitFramebuffer(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, All)
Obsoletos.
BlitFramebuffer(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, UInt32, All)
Obsoletos.

BlitFramebuffer(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, ClearBufferMask, BlitFramebufferFilter)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBlitFramebuffer", Version="3.0")]
public static void BlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, OpenTK.Graphics.ES30.ClearBufferMask mask, OpenTK.Graphics.ES30.BlitFramebufferFilter filter);
static member BlitFramebuffer : int * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.ClearBufferMask * OpenTK.Graphics.ES30.BlitFramebufferFilter -> unit

Parámetros

srcX0
Int32
srcY0
Int32
srcX1
Int32
srcY1
Int32
dstX0
Int32
dstY0
Int32
dstX1
Int32
dstY1
Int32
Atributos

Se aplica a

BlitFramebuffer(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, All)

Precaución

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBlitFramebuffer", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, OpenTK.Graphics.ES30.All filter);
static member BlitFramebuffer : int * int * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.All -> unit

Parámetros

srcX0
Int32
srcY0
Int32
srcX1
Int32
srcY1
Int32
dstX0
Int32
dstY0
Int32
dstX1
Int32
dstY1
Int32
mask
Int32
filter
All
Atributos

Se aplica a

BlitFramebuffer(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, UInt32, All)

Precaución

Use the overload with strongly typed enumerations

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBlitFramebuffer", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, uint mask, OpenTK.Graphics.ES30.All filter);
static member BlitFramebuffer : int * int * int * int * int * int * int * int * uint32 * OpenTK.Graphics.ES30.All -> unit

Parámetros

srcX0
Int32
srcY0
Int32
srcX1
Int32
srcY1
Int32
dstX0
Int32
dstY0
Int32
dstX1
Int32
dstY1
Int32
mask
UInt32
filter
All
Atributos

Se aplica a