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.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glRenderbufferStorage", Version="3.0")]
public static void RenderbufferStorage (OpenTK.Graphics.ES30.RenderbufferTarget target, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, int width, int height);
static member RenderbufferStorage : OpenTK.Graphics.ES30.RenderbufferTarget * OpenTK.Graphics.ES30.RenderbufferInternalFormat * int * int -> unit
Parameters
- target
- RenderbufferTarget
- internalformat
- RenderbufferInternalFormat
- width
- Int32
- height
- Int32
- Attributes