ReactOS 0.4.15-dev-7958-gcd0bb1a
sw_framebuffer Struct Reference
Collaboration diagram for sw_framebuffer:

Public Attributes

GLvisualgl_visual
 
GLframebuffergl_buffer
 
const struct pixel_formatpixel_format
 
HDC Hdc
 
GLuint width
 
GLuint height
 
BYTEBackBuffer
 

Detailed Description

Definition at line 221 of file swimpl.c.

Member Data Documentation

◆ BackBuffer

BYTE* sw_framebuffer::BackBuffer

Definition at line 233 of file swimpl.c.

Referenced by buffer_size(), and sw_SwapBuffers().

◆ gl_buffer

GLframebuffer* sw_framebuffer::gl_buffer

Definition at line 224 of file swimpl.c.

Referenced by sw_SetContext(), and sw_SetPixelFormat().

◆ gl_visual

GLvisual* sw_framebuffer::gl_visual

◆ Hdc

◆ height

GLuint sw_framebuffer::height

◆ pixel_format

const struct pixel_format* sw_framebuffer::pixel_format

Definition at line 226 of file swimpl.c.

Referenced by buffer_size(), sw_SetPixelFormat(), and sw_SwapBuffers().

◆ width

GLuint sw_framebuffer::width

Definition at line 230 of file swimpl.c.

Referenced by buffer_size(), and sw_SwapBuffers().


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