remove unused flush index

This commit is contained in:
goeiecool9999 2025-12-29 00:20:50 +01:00
parent c0810797e1
commit 1c9381653e

View File

@ -78,8 +78,6 @@ protected:
LatteTextureView* CreateView(Latte::E_DIM dim, Latte::E_GX2SURFFMT format, sint32 firstMip, sint32 mipCount, sint32 firstSlice, sint32 sliceCount) override;
public:
uint64 m_vkFlushIndex{}; // used to track read-write dependencies within the same renderpass
uint64 m_vkFlushIndex_read{};
uint64 m_vkFlushIndex_write{};