#pragma once
namespace sim::graphics::shader
{
extern int gl_tex_mat;
extern int gl_do_tex;
unsigned int init_program();
};