Tao.Sdl SDK Documentation

Sdl.SDL_HasRDTSC Method 

This function returns true if the CPU has the RDTSC instruction.

[Visual Basic]
Public Shared Function SDL_HasRDTSC() As Integer
[C#]
public static int SDL_HasRDTSC();

Return Value

Returns SDL_TRUE if the CPU has the RDTSC instruction.

Remarks

Binds to C-function call in SDL_cpuinfo.h:

extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void)

See Also

Sdl Class | Tao.Sdl Namespace