mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-16 21:45:49 +01:00
12 lines
330 B
C
12 lines
330 B
C
/* 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 <glad/gl.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
/* Initialises the (embedded) shaders onto `pipe` */
|
|
int shader_init(GLuint pipe);
|