ReactOS 0.4.15-dev-7906-g1b85a5f
gl_pixelstore_attrib Struct Reference

#include <types.h>

Public Attributes

GLint Alignment
 
GLint RowLength
 
GLint SkipPixels
 
GLint SkipRows
 
GLboolean SwapBytes
 
GLboolean LsbFirst
 

Detailed Description

Definition at line 956 of file types.h.

Member Data Documentation

◆ Alignment

GLint gl_pixelstore_attrib::Alignment

Definition at line 957 of file types.h.

Referenced by gl_pixel_addr_in_image().

◆ LsbFirst

GLboolean gl_pixelstore_attrib::LsbFirst

Definition at line 962 of file types.h.

◆ RowLength

GLint gl_pixelstore_attrib::RowLength

Definition at line 958 of file types.h.

Referenced by gl_pixel_addr_in_image().

◆ SkipPixels

GLint gl_pixelstore_attrib::SkipPixels

Definition at line 959 of file types.h.

Referenced by gl_pixel_addr_in_image().

◆ SkipRows

GLint gl_pixelstore_attrib::SkipRows

Definition at line 960 of file types.h.

Referenced by gl_pixel_addr_in_image().

◆ SwapBytes

GLboolean gl_pixelstore_attrib::SwapBytes

Definition at line 961 of file types.h.


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