GL.RenderbufferStorage 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
RenderbufferStorage(All, All, Int32, Int32) |
Obsolete.
|
RenderbufferStorage(RenderbufferTarget, RenderbufferInternalFormat, Int32, Int32) |
RenderbufferStorage(All, All, Int32, Int32)
Caution
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
Parameters
- target
- All
- internalformat
- All
- width
- Int32
- height
- Int32
- Attributes
Applies to
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
Parameters
- target
- RenderbufferTarget
- internalformat
- RenderbufferInternalFormat
- width
- Int32
- height
- Int32
- Attributes