Edit

Bagikan melalui


GL.RenderbufferStorageMultisample Method

Definition

Overloads

RenderbufferStorageMultisample(All, Int32, All, Int32, Int32)
Obsolete.
RenderbufferStorageMultisample(RenderbufferTarget, Int32, RenderbufferInternalFormat, Int32, Int32)

RenderbufferStorageMultisample(All, Int32, All, Int32, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glRenderbufferStorageMultisample", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void RenderbufferStorageMultisample (OpenTK.Graphics.ES30.All target, int samples, OpenTK.Graphics.ES30.All internalformat, int width, int height);
static member RenderbufferStorageMultisample : OpenTK.Graphics.ES30.All * int * OpenTK.Graphics.ES30.All * int * int -> unit

Parameters

target
All
samples
Int32
internalformat
All
width
Int32
height
Int32
Attributes

Applies to

RenderbufferStorageMultisample(RenderbufferTarget, Int32, RenderbufferInternalFormat, Int32, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glRenderbufferStorageMultisample", Version="3.0")]
public static void RenderbufferStorageMultisample (OpenTK.Graphics.ES30.RenderbufferTarget target, int samples, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, int width, int height);
static member RenderbufferStorageMultisample : OpenTK.Graphics.ES30.RenderbufferTarget * int * OpenTK.Graphics.ES30.RenderbufferInternalFormat * int * int -> unit

Parameters

samples
Int32
width
Int32
height
Int32
Attributes

Applies to