#pragma once #include "GL/glew.h" namespace zgl::shading { struct uniform { GLenum type; GLint location; }; }