X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=shapes.hpp;h=5fcefdb1f648607b6a20c1cc91930da889292324;hp=69520aabdff32ce536db654250a233e0bd39e202;hb=a03f2bc751bbd7f91cbc2f52d2f0f6e753d6f776;hpb=210d1b08cec40845d849e89baea8a9cc96917f60 diff --git a/shapes.hpp b/shapes.hpp index 69520aa..5fcefdb 100644 --- a/shapes.hpp +++ b/shapes.hpp @@ -15,11 +15,6 @@ constexpr array quadToTriangles(const array quads) { }; } -constexpr const glm::vec3 foo() { - constexpr glm::vec3 foo(1,2,3); - return foo; -} - constexpr array cube() { int i = 0; array vertices;