mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-17 05:10:13 -06:00
Vi: Added a missing u32 in the DequeueBuffer response parcel.
This commit is contained in:
parent
b78ffc4abf
commit
d18446f63a
@ -289,6 +289,7 @@ protected:
|
||||
BufferProducerFence fence = {};
|
||||
|
||||
Write(slot);
|
||||
Write<u32_le>(1);
|
||||
WriteObject(fence);
|
||||
Write<u32_le>(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user