Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ dataSize
Method
dataSize
engine/Poseidon/Graphics/Textures/Image.hpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
PixelFormat format() const { return _format; }
35
const std::vector<uint8_t>& data() const { return _data; }
36
size_t dataSize() const { return _data.size(); }
37
38
private:
39
std::vector<uint8_t> _data;
Callers
2
test_dxt_compressor.cpp
File · 0.80
test_image.cpp
File · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected