summaryrefslogtreecommitdiff
path: root/src/vk/core.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2023-09-07 15:14:14 -0300
committerFrederico Linhares <fred@linhares.blue>2023-09-15 14:12:15 -0300
commit25bf78bfb4785e2cbed683cc56d3cec4271d8b5a (patch)
tree6fa728091bd662ee0c90a7490bc5ee8e6e23cac4 /src/vk/core.hpp
parente1399befee43ab4549c31ce179e900ad71651edc (diff)
feat Create skeletal mesh
Diffstat (limited to 'src/vk/core.hpp')
-rw-r--r--src/vk/core.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vk/core.hpp b/src/vk/core.hpp
index 6d42bde..64d1431 100644
--- a/src/vk/core.hpp
+++ b/src/vk/core.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2022 Frederico de Oliveira Linhares
+ * Copyright 2022-2023 Frederico de Oliveira Linhares
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -23,8 +23,9 @@
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include <glm/ext/vector_float3.hpp>
-#include <glm/glm.hpp>
+#include <glm/ext.hpp>
#include <glm/gtc/matrix_transform.hpp>
+#include <glm/gtx/quaternion.hpp>
#include <glm/vec3.hpp>
#include <vulkan/vulkan.h>