sokol-d ~master (2024-11-07T19:02:21.1867002)
Dub
Repo
Offscreen
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
Offscreen {
sg
.
Attachments
attachments
;
sg
.
Image
img
;
sgl
.
Context
sgl_ctx
;
sg
.
PassAction
pass_action
;
}
Members
Variables
attachments
sg
.
Attachments
attachments
;
Undocumented in source.
img
sg
.
Image
img
;
Undocumented in source.
pass_action
sg
.
PassAction
pass_action
;
Undocumented in source.
sgl_ctx
sgl
.
Context
sgl_ctx
;
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