Vi: Mark the fences as valid in the DequeueBuffer response parcel.

This commit is contained in:
Subv 2018-02-13 23:03:02 -05:00
parent d18446f63a
commit 35d0d06885

View file

@ -287,6 +287,9 @@ protected:
void SerializeData() override {
// TODO(Subv): Find out how this Fence is used.
BufferProducerFence fence = {};
fence.is_valid = 1;
fence.fences[0].id = 0;
fence.fences[0].value = 0;
Write(slot);
Write<u32_le>(1);