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

Function GetDataType

deps/LLGL/include/LLGL/Image.h:232–235  ·  view source on GitHub ↗

Returns the data type for each pixel component. By default DataType::UInt8.

Source from the content-addressed store, hash-verified

230
231 //! Returns the data type for each pixel component. By default DataType::UInt8.
232 inline DataType GetDataType() const
233 {
234 return dataType_;
235 }
236
237 //! Returns the image data buffer as constant raw pointer.
238 inline const void* GetData() const

Callers 6

ResizeMethod · 0.85
BlitMethod · 0.85
ReadPixelsMethod · 0.85
WritePixelsMethod · 0.85
GetSrcDescMethod · 0.85
GetDstDescMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected