mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-19 07:55:47 +01:00
provide a better method of embedding shaders within the source code
This commit is contained in:
10
src/io/render.h
Normal file
10
src/io/render.h
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2025 Quinn
|
||||
// Licensed under the MIT Licence. See LICENSE for details
|
||||
#pragma once
|
||||
|
||||
#include <glad/gl.h>
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
int render_init(void);
|
||||
void render_update(GLFWwindow* win);
|
||||
Reference in New Issue
Block a user