1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Add support for compiling with VS clang-cl toolset

This commit is contained in:
Alula
2024-05-24 15:07:22 +02:00
committed by Thaddeus Crews
parent f648de1a83
commit 346cbc7f1f
13 changed files with 92 additions and 36 deletions

View File

@@ -377,7 +377,9 @@ public:
// used for the render pipelines.
struct AttachmentFormat {
enum { UNUSED_ATTACHMENT = 0xFFFFFFFF };
enum : uint32_t {
UNUSED_ATTACHMENT = 0xFFFFFFFF
};
DataFormat format;
TextureSamples samples;
uint32_t usage_flags;