sokol-d ~master (2024-11-07T19:02:21.1867002)
Dub
Repo
RGB
examples
sgl_points
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
safe
struct
RGB {
float
r
;
float
g
;
float
b
;
}
Members
Variables
b
float
b
;
g
float
g
;
Undocumented in source.
r
float
r
;
Undocumented in source.
Meta
Source
See Implementation
examples
sgl_points
functions
cleanup
computeColor
frame
init
main
static variables
state
structs
RGB
State
variables
palette