mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-07 15:20:58 +00:00
Add a structure and query for reporting descriptor accesses
This commit is contained in:
@@ -279,6 +279,7 @@ public:
|
||||
ret.resize(count);
|
||||
return ret;
|
||||
}
|
||||
rdcarray<DescriptorAccess> GetDescriptorAccess() { return {}; }
|
||||
DriverInformation GetDriverInfo()
|
||||
{
|
||||
DriverInformation ret = {};
|
||||
|
||||
Reference in New Issue
Block a user