GL.Ext.TexStorage2D(All, Int32, All, Int32, Int32) Method

Definition

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexStorage2DEXT", Version="2.0")]
public static void TexStorage2D (OpenTK.Graphics.ES20.All target, int levels, OpenTK.Graphics.ES20.All internalformat, int width, int height);
static member TexStorage2D : OpenTK.Graphics.ES20.All * int * OpenTK.Graphics.ES20.All * int * int -> unit

Parameters

target
All
levels
Int32
internalformat
All
width
Int32
height
Int32
Attributes

Applies to