Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ getData
Function
getData
Source/Falcor/Utils/Image/Bitmap.h:125–125 ·
view source on GitHub ↗
Get a pointer to the bitmap's data store
Source
from the content-addressed store, hash-verified
123
124
/// Get a pointer to the bitmap's data store
125
uint8_t* getData() const { return mpData.get(); }
126
127
/// Get the width of the bitmap
128
uint32_t getWidth() const { return mWidth; }
Callers
1
saveToFile
Method · 0.50
Calls
1
get
Method · 0.45
Tested by
no test coverage detected