GL.RenderbufferStorage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RenderbufferStorage(All, All, Int32, Int32) |
Obsolète.
|
RenderbufferStorage(RenderbufferTarget, RenderbufferInternalFormat, Int32, Int32) |
RenderbufferStorage(All, All, Int32, Int32)
Attention
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glRenderbufferStorage", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void RenderbufferStorage (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All internalformat, int width, int height);
static member RenderbufferStorage : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * int * int -> unit
Paramètres
- target
- All
- internalformat
- All
- width
- Int32
- height
- Int32
- Attributs
S’applique à
RenderbufferStorage(RenderbufferTarget, RenderbufferInternalFormat, Int32, Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glRenderbufferStorage", Version="2.0")]
public static void RenderbufferStorage (OpenTK.Graphics.ES20.RenderbufferTarget target, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, int width, int height);
static member RenderbufferStorage : OpenTK.Graphics.ES20.RenderbufferTarget * OpenTK.Graphics.ES20.RenderbufferInternalFormat * int * int -> unit
Paramètres
- target
- RenderbufferTarget
- internalformat
- RenderbufferInternalFormat
- width
- Int32
- height
- Int32
- Attributs