MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetData

Method GetData

deps/LLGL/sources/Core/Blob.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56const void* BlobManaged::GetData() const
57{
58 return data_.get();
59}
60
61std::size_t BlobManaged::GetSize() const
62{

Callers 6

ReadPixelsMethod · 0.45
WritePixelsMethod · 0.45
CreateTexturesMethod · 0.45
LoadImageFunction · 0.45
SaveImagePNGFunction · 0.45
mainFunction · 0.45

Calls 2

getMethod · 0.45
dataMethod · 0.45

Tested by 3

CreateTexturesMethod · 0.36
LoadImageFunction · 0.36
SaveImagePNGFunction · 0.36