 | glGetPixelStore 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 glPixelStoreValue GetPixelStore(
glPixelStoreMode mode
)
Public Shared Function GetPixelStore (
mode As glPixelStoreMode
) As glPixelStoreValue
public:
static glPixelStoreValue GetPixelStore(
glPixelStoreMode mode
)
static member GetPixelStore :
mode : glPixelStoreMode -> glPixelStoreValue
Parameters
- mode
- Type: OooglesglPixelStoreMode
the mode for which to return the storage value.
Return Value
Type:
glPixelStoreValueThe storage alignment for the given node.
RemarksOpenGL API: glGetIntegerv(GL_PACK_ALIGNMENT/GL_UNPACK_ALIGNMENT)
See Also