mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user