#!/bin/sh

me=$(dirname $0)
${CPP-cpp} -nostdinc $* | $me/glsl.bin
