MCPcopy Create free account
hub / github.com/ddnet/ddnet / Texture

Method Texture

src/engine/client/text.cpp:829–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827 }
828
829 IGraphics::CTextureHandle Texture(size_t TextureIndex) const
830 {
831 return m_aTextures[TextureIndex];
832 }
833};
834
835typedef vector4_base<unsigned char> STextCharQuadVertexColor;

Callers 1

RenderTextContainerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected