|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
Baked rendering state captured at draw-call time. More...
#include <bgi_dds.h>

Data Fields | |
| int | bkColor {0} |
| int | color {0} |
| fillsettingstype | fillStyle {} |
| linesettingstype | lineStyle {} |
| textsettingstype | textStyle {} |
| int | writeMode {0} |
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.
| int bgi::DdsStyle::bkColor {0} |
| int bgi::DdsStyle::color {0} |
| fillsettingstype bgi::DdsStyle::fillStyle {} |
| linesettingstype bgi::DdsStyle::lineStyle {} |
| textsettingstype bgi::DdsStyle::textStyle {} |
| int bgi::DdsStyle::writeMode {0} |