Click or drag to resize

glPixelStoreValue Enumeration

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum PixelStoreValue
Members
  Member nameValueDescription
One1 Pixel data is aligned on a byte boundary
Two2 Pixel data is aligned on 2-byte boundary
Four4 Pixel data is aligned on 4-byte boundary
Eight8 Pixel data is aligned on 8-byte boundary
See Also