MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / OpenExrStream

Method OpenExrStream

Source/Falcor/Utils/Image/Bitmap.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57{
58public:
59 OpenExrStream(const MemoryMappedFile& file) : Imf::IStream(""), mFile(file)
60 {
61 mFileData = reinterpret_cast<const uint8_t*>(mFile.getData());
62 }
63
64 virtual bool read(char c[/*n*/], int n)
65 {

Callers

nothing calls this directly

Calls 1

getDataMethod · 0.45

Tested by

no test coverage detected