ReactOS 0.4.15-dev-7918-g2a2556c
gl_shared_state Struct Reference

#include <types.h>

Collaboration diagram for gl_shared_state:

Public Attributes

GLint RefCount
 
struct HashTableDisplayList
 
struct HashTableTexObjects
 
struct gl_texture_objectTexObjectList
 
struct gl_texture_objectDefault1D
 
struct gl_texture_objectDefault2D
 

Detailed Description

Definition at line 1122 of file types.h.

Member Data Documentation

◆ Default1D

struct gl_texture_object* gl_shared_state::Default1D

Definition at line 1127 of file types.h.

◆ Default2D

struct gl_texture_object* gl_shared_state::Default2D

Definition at line 1128 of file types.h.

◆ DisplayList

struct HashTable* gl_shared_state::DisplayList

Definition at line 1124 of file types.h.

◆ RefCount

GLint gl_shared_state::RefCount

Definition at line 1123 of file types.h.

◆ TexObjectList

struct gl_texture_object* gl_shared_state::TexObjectList

Definition at line 1126 of file types.h.

Referenced by gl_alloc_texture_object(), and gl_free_texture_object().

◆ TexObjects

struct HashTable* gl_shared_state::TexObjects

Definition at line 1125 of file types.h.

Referenced by gl_alloc_texture_object(), and gl_free_texture_object().


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