mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-06 22:35:22 +00:00
* add glm lib in vendor folder * fix makefile * add more help and context to emscripten readme * add correct output parameter to emcc * add how to restart the process to the readme * simplify emscripten compilation * apply patch * fix blur shaders to work with WebGL
9 lines
113 B
C++
Executable File
9 lines
113 B
C++
Executable File
/// @ref core
|
|
/// @file glm/vec2.hpp
|
|
|
|
#include "detail/setup.hpp"
|
|
|
|
#pragma once
|
|
|
|
#include "detail/type_vec2.hpp"
|