vulkan instance 까지 생성 완료

This commit is contained in:
2025-03-31 06:09:11 +09:00
parent ddd36f7a95
commit fa5f31e034
11 changed files with 234 additions and 17 deletions

8
include/precomp.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <glm/glm.hpp>
#include <gsl/gsl>
#include <string>
#include <string_view>