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

One vertex in a GL depth-tested line batch (world-space, 6 floats). More...

#include <bgi_types.h>

Data Fields

float b
 linear RGB colour (0–1)
 
float g
 
float px
 
float py
 
float pz
 world-space position
 
float r
 

Detailed Description

One vertex in a GL depth-tested line batch (world-space, 6 floats).

Field Documentation

◆ b

float bgi::GlLineVertex::b

linear RGB colour (0–1)

◆ g

float bgi::GlLineVertex::g

◆ px

float bgi::GlLineVertex::px

◆ py

float bgi::GlLineVertex::py

◆ pz

float bgi::GlLineVertex::pz

world-space position

◆ r

float bgi::GlLineVertex::r

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