 | 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)
Syntaxpublic static gl.PixelStoreValue GetPixelStore(
gl.PixelStoreMode mode
)
Public Shared Function GetPixelStore (
mode As gl.PixelStoreMode
) As gl.PixelStoreValue
public:
static gl.PixelStoreValue GetPixelStore(
gl.PixelStoreMode mode
)
static member GetPixelStore :
mode : gl.PixelStoreMode -> gl.PixelStoreValue
Parameters
- mode
- Type: Ooogles.gl.PixelStoreMode
the mode for which to return the storage value.
Return Value
Type:
gl.PixelStoreValueThe storage alignment for the given node.
RemarksOpenGL API: glGetIntegerv(GL_PACK_ALIGNMENT/GL_UNPACK_ALIGNMENT)
See Also