mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 09:57:59 -05:00
renderer_vulkan: barrier attachment feedback loops
This commit is contained in:
@ -144,6 +144,10 @@ public:
|
||||
return state_tracker;
|
||||
}
|
||||
|
||||
void BarrierFeedbackLoop() const noexcept {
|
||||
// OpenGL does not require a barrier for attachment feedback loops.
|
||||
}
|
||||
|
||||
private:
|
||||
struct StagingBuffers {
|
||||
explicit StagingBuffers(GLenum storage_flags_, GLenum map_flags_);
|
||||
|
Reference in New Issue
Block a user