/* Copyright (c) 2025 Quinn. * This is a file from the project MCA-Selector-Lite and is * licensed under the MIT Licence. See the project's LICENSE file for details. */ #pragma once #include #include #include /* Initialises the (embedded) shaders onto `pipe` */ int shader_init(GLuint pipe);