Skip to content
Snippets Groups Projects
Commit 4984ad15 authored by Philip Trettner's avatar Philip Trettner
Browse files

no C++14 dep

parent 1727ac96
Branches
No related tags found
No related merge requests found
......@@ -2,11 +2,14 @@
#include "types.hh"
namespace tg::shader
namespace tg
{
namespace shader
{
struct context
{
/// in NDC
vec4 position;
};
} // namespace tg::shader
} // namespace shader
} // namespace tg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment