MCPcopy 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_image.cppFile · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected