SDL  2.0
testshader.c File Reference
#include "SDL.h"
+ Include dependency graph for testshader.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 492 of file testshader.c.

References SDL_LOG_CATEGORY_APPLICATION, and SDL_LogError.

493 {
494  SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "No OpenGL support on this system\n");
495  return 1;
496 }
#define SDL_LogError