MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / totalTextures

Method totalTextures

source/application/StarTextureAtlas.hpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223template <typename AtlasTextureHandle>
224unsigned TextureAtlasSet<AtlasTextureHandle>::totalTextures() const {
225 return m_textures.size();
226}
227
228template <typename AtlasTextureHandle>
229float TextureAtlasSet<AtlasTextureHandle>::averageFillLevel() const {

Callers 1

finishFrameMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected