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

Method GetBlockWidth

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

Source from the content-addressed store, hash-verified

49 void SetData( void * data, void * palette );
50
51 inline u32 GetBlockWidth() const { return mTextureBlockWidth; }
52 inline u32 GetWidth() const { return mWidth; }
53 inline u32 GetHeight() const { return mHeight; }
54 inline u32 GetCorrectedWidth() const { return mCorrectedWidth; }

Callers 1

Draw2DTextureBlitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected