You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user