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

References SDL_LOG_CATEGORY_APPLICATION, and SDL_LogError.

411 {
412  SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "No OpenGL support on this system\n");
413  return 1;
414 }
#define SDL_LogError