Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/glTF-IBL-Sampler
/ writeFile
Function
writeFile
lib/source/FileHelper.h:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
template <class T>
12
bool writeFile(const char* _path, const std::vector<T>& _outBuffer)
13
{
14
return writeFile(_path, reinterpret_cast<const char*>(_outBuffer.data()), _outBuffer.size() * sizeof(T));
15
}
16
} // !IBLLIb
Callers
1
shutdown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected