renderer_vulkan: Fix some validation errors
* Temporarily add glm until I figure out how to fix the alignment
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user