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

Method GetGLType

Source/Images/texture_data.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117GLenum TextureData::GetGLType() const {
118 return gl_type;
119}
120
121unsigned int TextureData::GetMipDataSize(unsigned int face, unsigned int mip) const {
122 const unsigned index = face * mip_levels + mip;

Callers 2

subImageMethod · 0.80
TextureToVRAMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected