Tao.Sdl SDK Documentation |
|
Sdl.SDL_HasSSE2 Method
This function returns true if the CPU has SSE2 features
[Visual Basic]
Public Shared Function SDL_HasSSE2() As
Integer
[C#]
public static
int SDL_HasSSE2();
Return Value
Returns SDL_TRUE if the CPU has SSE2 features.
Remarks
Binds to C-function call in SDL_cpuinfo.h:
extern DECLSPEC SDL_bool SDLCALL SDL_SDL_HasSSE2void()
See Also
Sdl Class | Tao.Sdl Namespace