SDL  2.0
testgles2.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "SDL_test_common.h"
+ Include dependency graph for testgles2.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 724 of file testgles2.c.

References SDL_Log.

725 {
726  SDL_Log("No OpenGL ES support on this system\n");
727  return 1;
728 }
#define SDL_Log