Adding cached depth renderpass

This commit is contained in:
Dynamitos
2024-05-30 16:56:22 +02:00
parent 4b6022237b
commit f278afad66
20 changed files with 908 additions and 677 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
{
return fence;
}
void wait(uint32 timeout);
void wait(uint64 timeout);
bool operator<(const Fence &other) const
{
return fence < other.fence;