renderer_vulkan: Fix some validation errors

* Temporarily add glm until I figure out how to fix the alignment
This commit is contained in:
emufan4568
2022-09-18 20:05:18 +03:00
committed by GPUCode
parent ab3a228e5e
commit 1cd0b04399
37 changed files with 326 additions and 278 deletions

View File

@ -4,8 +4,8 @@
#pragma once
#include <type_traits>
#include <fmt/format.h>
#include <type_traits>
// adapted from https://github.com/fmtlib/fmt/issues/2704
// a generic formatter for enum classes