webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
gl::PixelPackState Struct Reference

#include <angletypes.h>

Inheritance diagram for gl::PixelPackState:
gl::PixelStoreStateBase

Public Member Functions

 PixelPackState ()
 
 PixelPackState (GLint alignmentIn, bool reverseRowOrderIn)
 

Public Attributes

bool reverseRowOrder = false
 
- Public Attributes inherited from gl::PixelStoreStateBase
BindingPointer< BufferpixelBuffer
 
GLint alignment = 4
 
GLint rowLength = 0
 
GLint skipRows = 0
 
GLint skipPixels = 0
 
GLint imageHeight = 0
 
GLint skipImages = 0
 

Constructor & Destructor Documentation

◆ PixelPackState() [1/2]

gl::PixelPackState::PixelPackState ( )
inline

◆ PixelPackState() [2/2]

gl::PixelPackState::PixelPackState ( GLint  alignmentIn,
bool  reverseRowOrderIn 
)
inline

Member Data Documentation

◆ reverseRowOrder

bool gl::PixelPackState::reverseRowOrder = false

The documentation for this struct was generated from the following file: