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 = {};
|
BufferProducerFence fence = {};
|
||||||
|
|
||||||
Write(slot);
|
Write(slot);
|
||||||
|
Write<u32_le>(1);
|
||||||
WriteObject(fence);
|
WriteObject(fence);
|
||||||
Write<u32_le>(0);
|
Write<u32_le>(0);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue