This commit is contained in:
Jorijn van der Graaf 2025-05-05 06:00:35 +02:00
commit cb848e7109
7 changed files with 16 additions and 19 deletions

View file

@ -4,13 +4,6 @@ module;
#include <vulkan/vulkan.h>
#include <cstring>
#include <iostream>
#define GLM_FORCE_RADIANS
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/matrix_inverse.hpp>
#include <glm/gtc/type_ptr.hpp>
export module Crafter.Graphics:TextureShader;
import Crafter.Component;