Skip to content

Instantly share code, notes, and snippets.

View chebykinn's full-sized avatar

Ivan Chebykin chebykinn

View GitHub Profile
@chebykinn
chebykinn / amdsdl.c
Last active April 6, 2018 17:42
Minimal artifacts reproduction program
// gcc amdsdl.c -lGLU -lGL -lSDL2
#include <GL/gl.h>
#include <GL/glu.h>
#include <SDL2/SDL.h>
#define WIDTH 640
#define HEIGHT 480
static SDL_Window *window;