MCPcopy Create free account
hub / github.com/RenderKit/embree / fwrite_uchar

Function fwrite_uchar

tutorials/common/image/tga.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace embree
9{
10 inline void fwrite_uchar (unsigned char v, std::fstream& file) { file.write((const char*)&v,sizeof(v)); }
11 inline void fwrite_ushort(unsigned short v, std::fstream& file) { file.write((const char*)&v,sizeof(v)); }
12
13 void storeTga(const Ref<Image>& img, const FileName& fileName)

Callers 1

storeTgaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected