Add reported descriptor access from vulkan and D3D12 bindless feedback

This commit is contained in:
baldurk
2024-04-10 16:31:17 +01:00
parent 1f803add1e
commit b9787606ea
18 changed files with 387 additions and 27 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ public:
ret.resize(count);
return ret;
}
rdcarray<DescriptorAccess> GetDescriptorAccess() { return {}; }
rdcarray<DescriptorAccess> GetDescriptorAccess(uint32_t eventId) { return {}; }
DriverInformation GetDriverInfo()
{
DriverInformation ret = {};