early-access version 3602

This commit is contained in:
pineappleEA
2023-05-22 08:51:16 +02:00
parent 4029a125f8
commit 44145b1f0a
9 changed files with 39 additions and 3 deletions

View File

@@ -144,6 +144,10 @@ public:
return state_tracker;
}
void CheckFeedbackLoop(ImageView& image_view) const noexcept {
// OpenGL does not require a barrier for attachment feedback loops.
}
private:
struct StagingBuffers {
explicit StagingBuffers(GLenum storage_flags_, GLenum map_flags_);