Tao.Sdl SDK Documentation

Sdl.SDL_HasMMXExt Method 

This function returns true if the CPU has MMX Ext. features.

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

Return Value

Returns SDL_TRUE if the CPU has MMX Ext. features.

Remarks

Binds to C-function call in SDL_cpuinfo.h:

extern DECLSPEC SDL_bool SDLCALL SDL_HasMMXExt(void)

See Also

Sdl Class | Tao.Sdl Namespace