MCPcopy Create free account
hub / github.com/TheRealMJP/SHforHLSL / CurrentHeap

Method CurrentHeap

SHTest/SampleFramework12/v1.04/Graphics/GraphicsTypes.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244ID3D12DescriptorHeap* DescriptorHeap::CurrentHeap() const
245{
246 Assert_(Heaps[0] != nullptr);
247 return Heaps[HeapIndex];
248}
249
250// == Buffer ======================================================================================
251

Callers 1

SetDescriptorHeapsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected