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

Method glTextureSize

source/application/StarRenderer_opengl.cpp:765–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765Vec2U OpenGlRenderer::GlGroupedTexture::glTextureSize() const {
766 return parentGroup->textureAtlasSet.atlasTextureSize();
767}
768
769Vec2U OpenGlRenderer::GlGroupedTexture::glTextureCoordinateOffset() const {
770 return parentAtlasTexture->atlasTextureCoordinates().min();

Callers 3

setEffectTextureMethod · 0.80
switchEffectConfigMethod · 0.80
setMethod · 0.80

Calls 1

atlasTextureSizeMethod · 0.80

Tested by

no test coverage detected