Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
const void* BlobManaged::GetData() const
57
{
58
return data_.get();
59
}
60
61
std::size_t BlobManaged::GetSize() const
62
{
Callers
6
ReadPixels
Method · 0.45
WritePixels
Method · 0.45
CreateTextures
Method · 0.45
LoadImage
Function · 0.45
SaveImagePNG
Function · 0.45
main
Function · 0.45
Calls
2
get
Method · 0.45
data
Method · 0.45
Tested by
3
CreateTextures
Method · 0.36
LoadImage
Function · 0.36
SaveImagePNG
Function · 0.36