early-access version 3605

This commit is contained in:
pineappleEA
2023-05-23 02:50:14 +02:00
parent b6b3e678ad
commit 1537f02c4c
14 changed files with 61 additions and 50 deletions

View File

@@ -144,7 +144,7 @@ public:
return state_tracker;
}
void CheckFeedbackLoop(ImageView& image_view) const noexcept {
void BarrierFeedbackLoop() const noexcept {
// OpenGL does not require a barrier for attachment feedback loops.
}