Add a structure and query for reporting descriptor accesses

This commit is contained in:
baldurk
2024-04-10 15:33:36 +01:00
parent c1d07f6bc3
commit 227842a295
25 changed files with 244 additions and 5 deletions
+1
View File
@@ -279,6 +279,7 @@ public:
ret.resize(count);
return ret;
}
rdcarray<DescriptorAccess> GetDescriptorAccess() { return {}; }
DriverInformation GetDriverInfo()
{
DriverInformation ret = {};