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

Function GetData

deps/LLGL/include/LLGL/Image.h:238–241  ·  view source on GitHub ↗

Returns the image data buffer as constant raw pointer.

Source from the content-addressed store, hash-verified

236
237 //! Returns the image data buffer as constant raw pointer.
238 inline const void* GetData() const
239 {
240 return data_.get();
241 }
242
243 //! Returns the image data buffer as raw pointer.
244 inline void* GetData()

Callers 2

GetSrcDescMethod · 0.85
GetDstDescMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected