#!/bin/sh
set -e
glad --generator c --out-path glad \
--api gl=3.2 --profile compatibility \
--extensions GL_NV_fence,GL_APPLE_fence,GL_EXT_framebuffer_object
