mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 05:49:19 +02:00
milek7/sim branch opengl 3.3 renderer import
This commit is contained in:
10
gl/glsl_common.h
Normal file
10
gl/glsl_common.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "ubo.h"
|
||||
#include "Globals.h"
|
||||
|
||||
namespace gl
|
||||
{
|
||||
extern std::string glsl_common;
|
||||
void glsl_common_setup();
|
||||
}
|
||||
Reference in New Issue
Block a user