sokol-d ~master (2024-11-07T19:02:21.1867002)
Dub
Repo
Display
examples
sgl_context
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
Display {
sg
.
Sampler
smp
;
sgl
.
Pipeline
sgl_pip
;
sg
.
PassAction
pass_action
;
}
Members
Variables
pass_action
sg
.
PassAction
pass_action
;
Undocumented in source.
sgl_pip
sgl
.
Pipeline
sgl_pip
;
Undocumented in source.
smp
sg
.
Sampler
smp
;
Undocumented in source.
Meta
Source
See Implementation
examples
sgl_context
functions
cleanup
draw_cube
draw_quad
frame
init
main
manifest constants
offscreen_height
offscreen_pixel_format
offscreen_sample_count
offscreen_width
static variables
state
structs
Display
Offscreen
State