#pragma once #include "GL/glew.h" namespace zgl::shading { struct sampler_uniform { GLenum binding_location; }; }