bindbc.sdl.bind.sdlcpuinfo

Undocumented in source.

Members

Aliases

pSDL_GetCPUCacheLineSize
alias pSDL_GetCPUCacheLineSize = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetCPUCount
alias pSDL_GetCPUCount = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetSystemRAM
alias pSDL_GetSystemRAM = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_Has3DNow
alias pSDL_Has3DNow = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasARMSIMD
alias pSDL_HasARMSIMD = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasAVX
alias pSDL_HasAVX = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasAVX2
alias pSDL_HasAVX2 = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasAVX512F
alias pSDL_HasAVX512F = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasAltiVec
alias pSDL_HasAltiVec = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasMMX
alias pSDL_HasMMX = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasNEON
alias pSDL_HasNEON = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasRDTSC
alias pSDL_HasRDTSC = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasSSE
alias pSDL_HasSSE = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasSSE2
alias pSDL_HasSSE2 = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasSSE3
alias pSDL_HasSSE3 = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasSSE41
alias pSDL_HasSSE41 = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasSSE42
alias pSDL_HasSSE42 = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SIMDAlloc
alias pSDL_SIMDAlloc = void* function(const(size_t) len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SIMDFree
alias pSDL_SIMDFree = void function(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SIMDGetAlignment
alias pSDL_SIMDGetAlignment = size_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SIMDRealloc
alias pSDL_SIMDRealloc = void* function(void* mem, const(size_t) len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_GetCPUCacheLineSize
int SDL_GetCPUCacheLineSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetCPUCount
int SDL_GetCPUCount()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetSystemRAM
int SDL_GetSystemRAM()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_Has3DNow
SDL_bool SDL_Has3DNow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasARMSIMD
SDL_bool SDL_HasARMSIMD()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasAVX
SDL_bool SDL_HasAVX()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasAVX2
SDL_bool SDL_HasAVX2()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasAVX512F
SDL_bool SDL_HasAVX512F()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasAltiVec
SDL_bool SDL_HasAltiVec()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasMMX
SDL_bool SDL_HasMMX()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasNEON
SDL_bool SDL_HasNEON()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasRDTSC
SDL_bool SDL_HasRDTSC()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasSSE
SDL_bool SDL_HasSSE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasSSE2
SDL_bool SDL_HasSSE2()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasSSE3
SDL_bool SDL_HasSSE3()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasSSE41
SDL_bool SDL_HasSSE41()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasSSE42
SDL_bool SDL_HasSSE42()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SIMDAlloc
void* SDL_SIMDAlloc(const(size_t) len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SIMDFree
void SDL_SIMDFree(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SIMDGetAlignment
size_t SDL_SIMDGetAlignment()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SIMDRealloc
void* SDL_SIMDRealloc(void* mem, const(size_t) len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SDL_CACHELINE_SIZE
enum SDL_CACHELINE_SIZE;
Undocumented in source.

Static variables

SDL_GetCPUCacheLineSize
pSDL_GetCPUCacheLineSize SDL_GetCPUCacheLineSize;
Undocumented in source.
SDL_GetCPUCount
pSDL_GetCPUCount SDL_GetCPUCount;
Undocumented in source.
SDL_GetSystemRAM
pSDL_GetSystemRAM SDL_GetSystemRAM;
Undocumented in source.
SDL_Has3DNow
pSDL_Has3DNow SDL_Has3DNow;
Undocumented in source.
SDL_HasARMSIMD
pSDL_HasARMSIMD SDL_HasARMSIMD;
Undocumented in source.
SDL_HasAVX
pSDL_HasAVX SDL_HasAVX;
Undocumented in source.
SDL_HasAVX2
pSDL_HasAVX2 SDL_HasAVX2;
Undocumented in source.
SDL_HasAVX512F
pSDL_HasAVX512F SDL_HasAVX512F;
Undocumented in source.
SDL_HasAltiVec
pSDL_HasAltiVec SDL_HasAltiVec;
Undocumented in source.
SDL_HasMMX
pSDL_HasMMX SDL_HasMMX;
Undocumented in source.
SDL_HasNEON
pSDL_HasNEON SDL_HasNEON;
Undocumented in source.
SDL_HasRDTSC
pSDL_HasRDTSC SDL_HasRDTSC;
Undocumented in source.
SDL_HasSSE
pSDL_HasSSE SDL_HasSSE;
Undocumented in source.
SDL_HasSSE2
pSDL_HasSSE2 SDL_HasSSE2;
Undocumented in source.
SDL_HasSSE3
pSDL_HasSSE3 SDL_HasSSE3;
Undocumented in source.
SDL_HasSSE41
pSDL_HasSSE41 SDL_HasSSE41;
Undocumented in source.
SDL_HasSSE42
pSDL_HasSSE42 SDL_HasSSE42;
Undocumented in source.
SDL_SIMDAlloc
pSDL_SIMDAlloc SDL_SIMDAlloc;
Undocumented in source.
SDL_SIMDFree
pSDL_SIMDFree SDL_SIMDFree;
Undocumented in source.
SDL_SIMDGetAlignment
pSDL_SIMDGetAlignment SDL_SIMDGetAlignment;
Undocumented in source.
SDL_SIMDRealloc
pSDL_SIMDRealloc SDL_SIMDRealloc;
Undocumented in source.

Meta