Vi: Added a missing u32 in the DequeueBuffer response parcel.
This commit is contained in:
parent
b78ffc4abf
commit
d18446f63a
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ protected:
|
|||
BufferProducerFence fence = {};
|
||||
|
||||
Write(slot);
|
||||
Write<u32_le>(1);
|
||||
WriteObject(fence);
|
||||
Write<u32_le>(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue