SDL  2.0
testgles.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "SDL_test_common.h"
+ Include dependency graph for testgles.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 347 of file testgles.c.

References SDL_LOG_CATEGORY_APPLICATION, and SDL_LogError.

348 {
349  SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "No OpenGL ES support on this system\n");
350  return 1;
351 }
#define SDL_LogError