Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getRemainingStreamSize
Method · 0.80
createFromIesProfile
Method · 0.80
RGLFile
Method · 0.80
SourceFile
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected