Tao.Sdl SDK Documentation

Sdl.SDL_Has3DNow Method 

This function returns true if the CPU has 3DNow features

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

Return Value

Returns SDL_TRUE if the CPU has 3DNow features.

Remarks

Binds to C-function call in SDL_cpuinfo.h:

extern DECLSPEC SDL_bool SDLCALL SDL_SDL_Has3DNow(void)

See Also

Sdl Class | Tao.Sdl Namespace