wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
Loading...
Searching...
No Matches
Data Fields
bgi::DdsStyle Struct Reference

Baked rendering state captured at draw-call time. More...

#include <bgi_dds.h>

Collaboration diagram for bgi::DdsStyle:
Collaboration graph
[legend]

Data Fields

int bkColor {0}
 
int color {0}
 
fillsettingstype fillStyle {}
 
linesettingstype lineStyle {}
 
textsettingstype textStyle {}
 
int writeMode {0}
 

Detailed Description

Baked rendering state captured at draw-call time.

State-change functions (setcolor, setlinestyle, etc.) are not recorded as DDS objects. Instead their effect is baked into the next drawing object that is appended to the scene.

Field Documentation

◆ bkColor

int bgi::DdsStyle::bkColor {0}

◆ color

int bgi::DdsStyle::color {0}

◆ fillStyle

fillsettingstype bgi::DdsStyle::fillStyle {}

◆ lineStyle

linesettingstype bgi::DdsStyle::lineStyle {}

◆ textStyle

textsettingstype bgi::DdsStyle::textStyle {}

◆ writeMode

int bgi::DdsStyle::writeMode {0}

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