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
|
|
@ -618,6 +618,7 @@ public:
|
|||
LocalVector<AttachmentReference> input_references;
|
||||
LocalVector<AttachmentReference> color_references;
|
||||
AttachmentReference depth_stencil_reference;
|
||||
AttachmentReference depth_resolve_reference;
|
||||
LocalVector<AttachmentReference> resolve_references;
|
||||
LocalVector<uint32_t> preserve_attachments;
|
||||
AttachmentReference fragment_shading_rate_reference;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue