Add support for VK_EXT_attachment_feedback_loop_dynamic_state

This commit is contained in:
baldurk
2023-06-21 11:40:42 +01:00
parent 4b87803071
commit a6c1ba1fc5
16 changed files with 197 additions and 10 deletions
+9
View File
@@ -1229,6 +1229,15 @@ struct CurrentPass
:type: VKRenderArea
)");
RenderArea renderArea;
DOCUMENT("If feedback loops are allowed on color attachments");
bool colorFeedbackAllowed = false;
DOCUMENT("If feedback loops are allowed on depth attachments");
bool depthFeedbackAllowed = false;
DOCUMENT("If feedback loops are allowed on stencil attachments");
bool stencilFeedbackAllowed = false;
};
DOCUMENT("Contains the layout of a range of subresources in an image.");