// glsl doesn't support #pragma once #ifndef _CONFIG_H #define _CONFIG_H #define WIDTH 800 #define HEIGHT 600 #endif