NarcEngine 0.1.1
C++ Vulkan game engine
 
Loading...
Searching...
No Matches
NarcMath.h
1//
2// Created by theoh on 3/4/2025.
3//
4
5#pragma once
6
7#define GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
8#define GLM_FORCE_DEPTH_ZERO_TO_ONE
9#define GLM_ENABLE_EXPERIMENTAL
10
11#include <glm/glm.hpp>
12#include <glm/gtx/hash.hpp>
13#include <glm/ext/matrix_clip_space.hpp>
14#include <glm/ext/matrix_transform.hpp>
15#include <glm/ext/scalar_constants.hpp>