16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 00:49:19 +02:00
Files
maszyna/gl/glsl_common.h
2026-03-14 19:16:48 +00:00

11 lines
146 B
C++

#pragma once
#include "ubo.h"
#include "utilities/Globals.h"
namespace gl
{
extern std::string glsl_common;
void glsl_common_setup();
}