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

Method File

SampleFramework12/v1.00/FileIO.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136// == File ========================================================================================
137
138File::File() : fileHandle(INVALID_HANDLE_VALUE), openMode(FileOpenMode::Read)
139{
140}
141
142File::File(const wchar* filePath, FileOpenMode openMode) : fileHandle(INVALID_HANDLE_VALUE),
143 openMode(FileOpenMode::Read)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected