Searched defs:ResourceWithAllocation (Results 1 – 1 of 1) sorted by relevance
48 struct ResourceWithAllocation struct50 CComPtr<ID3D12Resource> resource;51 AllocationUniquePtr allocation;52 UINT64 size = UINT64_MAX;53 UINT dataSeed = 0;55 void Reset() in Reset()