Tao.Sdl SDK Documentation

Sdl.SDL_HasAltiVec Method 

This function returns true if the CPU has AltiVec features

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

Return Value

Returns SDL_TRUE if the CPU has AltiVec features.

Remarks

Binds to C-function call in SDL_cpuinfo.h:

extern DECLSPEC SDL_bool SDLCALL SDL_SDL_HasAltiVec(void)

See Also

Sdl Class | Tao.Sdl Namespace