sokol.time

Machine generated D bindings for Sokol library.

Generated on: 2025-06-15 12:55:08

Source header: sokol_time.h Module: sokol.time

Do not edit manually; regenerate using gen_d.py.

Members

Functions

diff
ulong diff(ulong new_ticks, ulong old_ticks)
Undocumented in source. Be warned that the author may not have intended to support it.
laptime
ulong laptime(ulong* last_time)
Undocumented in source. Be warned that the author may not have intended to support it.
ms
double ms(ulong ticks)
Undocumented in source. Be warned that the author may not have intended to support it.
now
ulong now()
Undocumented in source. Be warned that the author may not have intended to support it.
ns
double ns(ulong ticks)
Undocumented in source. Be warned that the author may not have intended to support it.
roundToCommonRefreshRate
ulong roundToCommonRefreshRate(ulong frame_ticks)
Undocumented in source. Be warned that the author may not have intended to support it.
sec
double sec(ulong ticks)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
since
ulong since(ulong start_ticks)
Undocumented in source. Be warned that the author may not have intended to support it.
stm_diff
ulong stm_diff(ulong new_ticks, ulong old_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_laptime
ulong stm_laptime(ulong* last_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_ms
double stm_ms(ulong ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_now
ulong stm_now()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_ns
double stm_ns(ulong ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_round_to_common_refresh_rate
ulong stm_round_to_common_refresh_rate(ulong frame_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_sec
double stm_sec(ulong ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_setup
void stm_setup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_since
ulong stm_since(ulong start_ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stm_us
double stm_us(ulong ticks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
us
double us(ulong ticks)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta