mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 17:07:49 +00:00
renderer_vulkan: barrier attachment feedback loops
This commit is contained in:
parent
a51f148a04
commit
147f6129f4
6 changed files with 51 additions and 1 deletions
|
@ -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_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue