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

Method createTexture

source/application/StarRenderer_opengl.cpp:534–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534TexturePtr OpenGlRenderer::createTexture(Image const& texture, TextureAddressing addressing, TextureFiltering filtering) {
535 return createGlTexture(texture, addressing, filtering);
536}
537
538void OpenGlRenderer::setSizeLimitEnabled(bool enabled) {
539 m_limitTextureGroupSize = enabled;

Callers 1

TilePainterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected