mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
Add support for VK_EXT_attachment_feedback_loop_dynamic_state
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user