Home
last modified time | relevance | path

Searched defs:ResourceWithAllocation (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp48 struct ResourceWithAllocation struct
50 CComPtr<ID3D12Resource> resource;
51 AllocationUniquePtr allocation;
52 UINT64 size = UINT64_MAX;
53 UINT dataSeed = 0;
55 void Reset() in Reset()