sokol-d ~master (2024-11-07T19:02:21.1867002)
Dub
Repo
Logger
sokol
fetch
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
Logger {
extern (
C
)
void
function
(
const
(
char
)*,
uint
,
uint
,
const
(
char
)*,
uint
,
const
(
char
)*,
void
*)
func
;
void
*
user_data
;
}
Members
Variables
func
void
function
(
const
(
char
)*,
uint
,
uint
,
const
(
char
)*,
uint
,
const
(
char
)*,
void
*)
func
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
user_data
void
*
user_data
;
Undocumented in source.
Meta
Source
See Implementation
sokol
fetch
enums
Error
LogItem
functions
bindBuffer
cancel
continueFetching
desc
dowork
handleValid
maxPath
maxUserdataBytes
pause
send
setup
sfetch_bind_buffer
sfetch_cancel
sfetch_continue
sfetch_desc
sfetch_dowork
sfetch_handle_valid
sfetch_max_path
sfetch_max_userdata_bytes
sfetch_pause
sfetch_send
sfetch_setup
sfetch_shutdown
sfetch_unbind_buffer
sfetch_valid
shutdown
unbindBuffer
valid
structs
Allocator
Desc
Handle
Logger
Range
Request
Response