#pragma once namespace gl { int get_varying_register_location(std::string_view varying_register_name); }