ReactOS 0.4.15-dev-7942-gd23573b
gl_texture_image Struct Reference

#include <types.h>

Collaboration diagram for gl_texture_image:

Public Attributes

GLenum Format
 
GLenum IntFormat
 
GLuint Border
 
GLuint Width
 
GLuint Height
 
GLuint Width2
 
GLuint Height2
 
GLuint WidthLog2
 
GLuint HeightLog2
 
GLuint MaxLog2
 
GLubyteData
 
voidDriverData
 

Detailed Description

Definition at line 289 of file types.h.

Member Data Documentation

◆ Border

◆ Data

◆ DriverData

void* gl_texture_image::DriverData

Definition at line 306 of file types.h.

◆ Format

GLenum gl_texture_image::Format

◆ Height

GLuint gl_texture_image::Height

◆ Height2

GLuint gl_texture_image::Height2

Definition at line 299 of file types.h.

Referenced by image_to_texture(), and make_null_texture().

◆ HeightLog2

GLuint gl_texture_image::HeightLog2

Definition at line 301 of file types.h.

Referenced by image_to_texture(), and make_null_texture().

◆ IntFormat

GLenum gl_texture_image::IntFormat

Definition at line 294 of file types.h.

Referenced by gl_TexSubImage1D(), gl_TexSubImage2D(), image_to_texture(), and make_null_texture().

◆ MaxLog2

GLuint gl_texture_image::MaxLog2

Definition at line 302 of file types.h.

Referenced by image_to_texture(), and make_null_texture().

◆ Width

◆ Width2

GLuint gl_texture_image::Width2

Definition at line 298 of file types.h.

Referenced by image_to_texture(), and make_null_texture().

◆ WidthLog2

GLuint gl_texture_image::WidthLog2

Definition at line 300 of file types.h.

Referenced by image_to_texture(), and make_null_texture().


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