SDL_GetTicksNS

Get the number of nanoseconds since SDL library initialization.

extern (C) nothrow @nogc extern
ulong
SDL_GetTicksNS
()

Return Value

Type: ulong

An unsigned 64-bit value representing the number of nanoseconds since the SDL library initialized.

Threadsafety: It is safe to call this function from any thread.

Meta