Support mesh output from different view indices on vulkan

* When using VK_KHR_multiview you can select which view to view the mesh data from.
This commit is contained in:
baldurk
2018-06-19 20:48:30 +01:00
parent ad2673965d
commit 53364adeef
31 changed files with 220 additions and 70 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ public:
void GetBufferData(ResourceId buff, uint64_t offset, uint64_t len, bytebuf &retData) {}
void InitPostVSBuffers(uint32_t eventId) {}
void InitPostVSBuffers(const vector<uint32_t> &eventId) {}
MeshFormat GetPostVSBuffers(uint32_t eventId, uint32_t instID, MeshDataStage stage)
MeshFormat GetPostVSBuffers(uint32_t eventId, uint32_t instID, uint32_t viewID, MeshDataStage stage)
{
MeshFormat ret;
RDCEraseEl(ret);