MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetGLInternalFormat

Method GetGLInternalFormat

Source/Images/texture_data.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113GLenum TextureData::GetGLInternalFormat() const {
114 return gl_internal_format;
115}
116
117GLenum TextureData::GetGLType() const {
118 return gl_type;

Callers 4

subImageMethod · 0.80
TextureToVRAMMethod · 0.80
makeTextureInternalMethod · 0.80
ConvertToDXT5IfNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected