MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Size

Method Size

SampleFramework12/v1.00/FileIO.cpp:218–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218uint64 File::Size() const
219{
220 Assert_(fileHandle != INVALID_HANDLE_VALUE);
221
222 LARGE_INTEGER fileSize;
223 Win32Call(GetFileSizeEx(fileHandle, &fileSize));
224
225 return fileSize.QuadPart;
226}
227
228}

Callers 11

InitializeSceneMethod · 0.45
UpdateDecalsMethod · 0.45
UpdateLightsMethod · 0.45
RenderClustersMethod · 0.45
CullMeshesFunction · 0.45
CullMeshesAndSortFunction · 0.45
CullMeshesOrthographicFunction · 0.45
InitializeMethod · 0.45
ReadFileAsStringFunction · 0.45
SerializedValueSizeMethod · 0.45

Calls 1

Win32CallFunction · 0.85

Tested by

no test coverage detected