GL.PixelStore 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
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
- pname
- PixelStoreParameter
- param
- Int32
- Attributes