mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-09 22:05:45 +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
139 B
C
Executable File
9 lines
139 B
C
Executable File
/// @ref simd
|
|
/// @file glm/simd/vector_relational.h
|
|
|
|
#pragma once
|
|
|
|
#if GLM_ARCH & GLM_ARCH_SSE2_BIT
|
|
|
|
#endif//GLM_ARCH & GLM_ARCH_SSE2_BIT
|