mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Resolve depth buffer in pass if supported by driver
This commit is contained in:
parent
ef34c3d534
commit
21ffbecfa9
12 changed files with 152 additions and 37 deletions
|
|
@ -518,6 +518,7 @@ public:
|
|||
Vector<int32_t> resolve_attachments;
|
||||
Vector<int32_t> preserve_attachments;
|
||||
int32_t depth_attachment = ATTACHMENT_UNUSED;
|
||||
int32_t depth_resolve_attachment = ATTACHMENT_UNUSED;
|
||||
};
|
||||
|
||||
typedef int64_t FramebufferFormatID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue