Update tests

This commit is contained in:
Georg Hagen
2025-04-30 21:26:31 +02:00
parent b6eacc8338
commit 8fe180bad2
2 changed files with 117 additions and 106 deletions

View File

@@ -477,6 +477,7 @@ namespace OpenVulkano
else
return (Parent::head = (Parent::HeadId() + 1) % Capacity());
}
public:
~RingBuffer() { Parent::Clear(); }