Skip to content

Commit cc1acd5

Browse files
author
LEE KYOUNGHEON
committed
Fix MSVC module bug.
1 parent c385ffe commit cc1acd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interface/vulkan/buffer/FloorTransforms.cppm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
module;
2+
3+
#ifdef _MSC_VER
4+
#include <format>
5+
#endif
6+
17
export module vk_deferred:vulkan.buffer.FloorTransforms;
28

39
import std;

0 commit comments

Comments
 (0)