GL.PixelStore Method

Definition

Overloads

PixelStore(All, Int32)
Obsolete.
PixelStore(PixelStoreParameter, Int32)

PixelStore(All, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glPixelStorei", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void PixelStore (OpenTK.Graphics.ES20.All pname, int param);
static member PixelStore : OpenTK.Graphics.ES20.All * int -> unit

Parameters

pname
All
param
Int32
Attributes

Applies to

PixelStore(PixelStoreParameter, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glPixelStorei", Version="2.0")]
public static void PixelStore (OpenTK.Graphics.ES20.PixelStoreParameter pname, int param);
static member PixelStore : OpenTK.Graphics.ES20.PixelStoreParameter * int -> unit

Parameters

param
Int32
Attributes

Applies to