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

Method seekg

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

Source from the content-addressed store, hash-verified

73 virtual uint64_t tellg() { return mOffset; }
74
75 virtual void seekg(uint64_t pos) { mOffset = pos; }
76
77 virtual void clear() {}
78

Callers 4

createFromIesProfileMethod · 0.80
RGLFileMethod · 0.80
SourceFileClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected