MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetTexture

Method GetTexture

Source/Surface.hpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96 inline SDL_Surface* GetSurface() const { return mSDLSurface; }
97 inline SDL_Texture* GetTexture() const { return mTexture; };
98 inline uint8* GetSurfaceBuffer() const { return mSurfaceBuffer; }
99 inline size_t GetSurfaceBufferSize() const { return mSurfaceBufferSize; }
100

Callers 2

RenderAtMethod · 0.80
RenderShrunkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected