ReactOS 0.4.15-dev-7842-g558ab78
pixel_buffer Struct Reference

#include <pb.h>

Public Attributes

GLint x [PB_SIZE]
 
GLint y [PB_SIZE]
 
GLdepth z [PB_SIZE]
 
GLubyte r [PB_SIZE]
 
GLubyte g [PB_SIZE]
 
GLubyte b [PB_SIZE]
 
GLubyte a [PB_SIZE]
 
GLuint i [PB_SIZE]
 
GLfloat s [PB_SIZE]
 
GLfloat t [PB_SIZE]
 
GLfloat u [PB_SIZE]
 
GLfloat lambda [PB_SIZE]
 
GLint color [4]
 
GLuint index
 
GLuint count
 
GLboolean mono
 
GLenum primitive
 

Detailed Description

Definition at line 55 of file pb.h.

Member Data Documentation

◆ a

GLubyte pixel_buffer::a[PB_SIZE]

Definition at line 62 of file pb.h.

◆ b

GLubyte pixel_buffer::b[PB_SIZE]

Definition at line 61 of file pb.h.

◆ color

GLint pixel_buffer::color[4]

Definition at line 68 of file pb.h.

◆ count

GLuint pixel_buffer::count

Definition at line 70 of file pb.h.

◆ g

GLubyte pixel_buffer::g[PB_SIZE]

Definition at line 60 of file pb.h.

◆ i

GLuint pixel_buffer::i[PB_SIZE]

Definition at line 63 of file pb.h.

◆ index

GLuint pixel_buffer::index

Definition at line 69 of file pb.h.

◆ lambda

GLfloat pixel_buffer::lambda[PB_SIZE]

Definition at line 67 of file pb.h.

Referenced by gl_alloc_pb().

◆ mono

GLboolean pixel_buffer::mono

Definition at line 71 of file pb.h.

◆ primitive

GLenum pixel_buffer::primitive

Definition at line 72 of file pb.h.

Referenced by gl_alloc_pb().

◆ r

GLubyte pixel_buffer::r[PB_SIZE]

Definition at line 59 of file pb.h.

◆ s

GLfloat pixel_buffer::s[PB_SIZE]

Definition at line 64 of file pb.h.

◆ t

GLfloat pixel_buffer::t[PB_SIZE]

Definition at line 65 of file pb.h.

◆ u

GLfloat pixel_buffer::u[PB_SIZE]

Definition at line 66 of file pb.h.

◆ x

GLint pixel_buffer::x[PB_SIZE]

Definition at line 56 of file pb.h.

◆ y

GLint pixel_buffer::y[PB_SIZE]

Definition at line 57 of file pb.h.

◆ z

GLdepth pixel_buffer::z[PB_SIZE]

Definition at line 58 of file pb.h.


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