Click or drag to resize

gl.GetPixelStore Method

Returns to current pixel storage alignment.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static gl.PixelStoreValue GetPixelStore(
	gl.PixelStoreMode mode
)

Parameters

mode
Type: Ooogles.gl.PixelStoreMode
the mode for which to return the storage value.

Return Value

Type: gl.PixelStoreValue
The storage alignment for the given node.
Remarks
OpenGL API: glGetIntegerv(GL_PACK_ALIGNMENT/GL_UNPACK_ALIGNMENT)
See Also