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

Function GetFormat

deps/LLGL/include/LLGL/Image.h:226–229  ·  view source on GitHub ↗

Returns the format for each pixel. By default ImageFormat::RGBA.

Source from the content-addressed store, hash-verified

224
225 //! Returns the format for each pixel. By default ImageFormat::RGBA.
226 inline ImageFormat GetFormat() const
227 {
228 return format_;
229 }
230
231 //! Returns the data type for each pixel component. By default DataType::UInt8.
232 inline DataType GetDataType() const

Callers 12

GetMemoryFootprintMethod · 0.85
GetDescMethod · 0.85
GetDescMethod · 0.85
CopyImageToBufferMethod · 0.85
CopyImageFromBufferMethod · 0.85
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