MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Reset

Method Reset

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:2871–2876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2869
2870#ifndef _D3D12MA_ZERO_INITIALIZED_RANGE_FUNCTIONS
2871void ZeroInitializedRange::Reset(UINT64 size)
2872{
2873 D3D12MA_ASSERT(size > 0);
2874 m_ZeroBeg = 0;
2875 m_ZeroEnd = size;
2876}
2877
2878BOOL ZeroInitializedRange::IsRangeZeroInitialized(UINT64 beg, UINT64 end) const
2879{

Callers 6

clearFunction · 0.45
InitMethod · 0.45
cgpu_cmd_begin_d3d12Function · 0.45
DrawInspectsMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

DrawInspectsMethod · 0.36