Vulkan: Fix swap on resolve (off by one!)

Clean up part of IssueCopy
This commit is contained in:
DrChat
2017-08-07 23:34:50 -05:00
parent 35e4431c33
commit cce5182725
2 changed files with 71 additions and 61 deletions

View File

@@ -252,6 +252,13 @@ union RB_COPY_DEST_INFO {
uint32_t value;
};
union RB_COPY_DEST_PITCH {
xe::bf<uint32_t, 0, 14> copy_dest_pitch;
xe::bf<uint32_t, 16, 14> copy_dest_height;
uint32_t value;
};
} // namespace reg
} // namespace gpu
} // namespace xe