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