ReactOS 0.4.15-dev-7924-g5949c20
sw_context Struct Reference
Collaboration diagram for sw_context:

Public Attributes

GLcontextgl_ctx
 
HHOOK hook
 
struct sw_framebufferfb
 
union {
   struct {
      BYTE   ClearColor
 
      BYTE   CurrentColor
 
   }   u8
 
   struct {
      USHORT   ClearColor
 
      USHORT   CurrentColor
 
   }   u16
 
   struct {
      ULONG   ClearColor
 
      ULONG   CurrentColor
 
   }   u24
 
   struct {
      ULONG   ClearColor
 
      ULONG   CurrentColor
 
   }   u32
 
}; 
 
GLenum Mode
 

Detailed Description

Definition at line 236 of file swimpl.c.

Member Data Documentation

◆ 

union { ... } sw_context::@301

◆ ClearColor [1/3]

BYTE sw_context::ClearColor

Definition at line 251 of file swimpl.c.

Referenced by clear_frontbuffer().

◆ ClearColor [2/3]

USHORT sw_context::ClearColor

Definition at line 256 of file swimpl.c.

◆ ClearColor [3/3]

ULONG sw_context::ClearColor

Definition at line 261 of file swimpl.c.

◆ CurrentColor [1/3]

BYTE sw_context::CurrentColor

Definition at line 252 of file swimpl.c.

◆ CurrentColor [2/3]

USHORT sw_context::CurrentColor

Definition at line 257 of file swimpl.c.

◆ CurrentColor [3/3]

ULONG sw_context::CurrentColor

Definition at line 262 of file swimpl.c.

◆ fb

struct sw_framebuffer* sw_context::fb

◆ gl_ctx

GLcontext* sw_context::gl_ctx

◆ hook

HHOOK sw_context::hook

Definition at line 241 of file swimpl.c.

Referenced by sw_ReleaseContext(), and sw_SetContext().

◆ Mode

GLenum sw_context::Mode

Definition at line 270 of file swimpl.c.

Referenced by set_buffer(), and sw_CreateContext().

◆ 

struct { ... } sw_context::u16

◆ 

struct { ... } sw_context::u24

◆ 

struct { ... } sw_context::u32

◆ 

struct { ... } sw_context::u8

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