Click or drag to resize

glPixelStoreMode Enumeration

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum PixelStoreMode
Members
  Member nameValueDescription
PackAlignment3333 Specifies the packing of pixel data downloading from the GPU into client memory.
UnpackAlignment3317 Specifies the packing of pixel data when uploading from client memory to the GPU.
See Also