mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Add Device::Tick for periodic work
This commit is contained in:
committed by
Corentin Wallez
parent
b947993e1a
commit
dbb5729e64
@@ -74,6 +74,7 @@ class WireTestsBase : public Test {
|
||||
if (ignoreSetCallbackCalls) {
|
||||
EXPECT_CALL(api, OnBuilderSetErrorCallback(_, _, _, _)).Times(AnyNumber());
|
||||
}
|
||||
EXPECT_CALL(api, DeviceTick(_)).Times(AnyNumber());
|
||||
|
||||
s2cBuf = new TerribleCommandBuffer();
|
||||
c2sBuf = new TerribleCommandBuffer(wireServer);
|
||||
|
||||
Reference in New Issue
Block a user