webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
gl::PixelStoreStateBase Struct Reference

#include <angletypes.h>

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

Public Attributes

BindingPointer< BufferpixelBuffer
 
GLint alignment = 4
 
GLint rowLength = 0
 
GLint skipRows = 0
 
GLint skipPixels = 0
 
GLint imageHeight = 0
 
GLint skipImages = 0
 

Member Data Documentation

◆ alignment

GLint gl::PixelStoreStateBase::alignment = 4

◆ imageHeight

GLint gl::PixelStoreStateBase::imageHeight = 0

◆ pixelBuffer

BindingPointer<Buffer> gl::PixelStoreStateBase::pixelBuffer

◆ rowLength

GLint gl::PixelStoreStateBase::rowLength = 0

◆ skipImages

GLint gl::PixelStoreStateBase::skipImages = 0

◆ skipPixels

GLint gl::PixelStoreStateBase::skipPixels = 0

◆ skipRows

GLint gl::PixelStoreStateBase::skipRows = 0

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