Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Write
Method
Write
SampleFramework12/v1.00/FileIO.h:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
template<typename T> void File::Write(const T& data) const
77
{
78
Write(sizeof(T), &data);
79
}
80
81
// Templated helper functions
82
Callers
3
SerializeItem
Method · 0.45
SerializeData
Method · 0.45
WriteToFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected