MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetFormat

Method GetFormat

Source/Graphics/NativeTexture.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 inline u32 GetCorrectedHeight() const { return mCorrectedHeight; }
56 u32 GetStride() const;
57 inline ETextureFormat GetFormat() const { return mTextureFormat; }
58
59 inline const void * GetPalette() const { return mpPalette; }
60 inline const void * GetData() const { return mpData; }

Callers 2

PngSaveImageFunction · 0.45
FlattenTextureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected