mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-18 09:08:31 +09:00
[Feat] (MG_Remote): lower named framebuffer blits through scoped wire bindings
This commit is contained in:
@@ -177,8 +177,8 @@ namespace {
|
||||
TEST(RemoteEmitTable, TheThreeClassesPartitionAllSeventyOneSlots) {
|
||||
// P5 baseline five + f1 eleven + i1 seven + t2 six emitted slots.
|
||||
EXPECT_EQ(LocallyAnsweredSlotCount(), 2u);
|
||||
EXPECT_EQ(ImplementedVerbCount(), 48u);
|
||||
EXPECT_EQ(UnmigratedSlotCount(), 21u);
|
||||
EXPECT_EQ(ImplementedVerbCount(), 49u);
|
||||
EXPECT_EQ(UnmigratedSlotCount(), 20u);
|
||||
EXPECT_EQ(LocallyAnsweredSlotCount() + ImplementedVerbCount() + UnmigratedSlotCount(),
|
||||
kRemoteEmitSlotCount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user