Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
GLenum TextureData::GetGLInternalFormat() const {
114
return gl_internal_format;
115
}
116
117
GLenum TextureData::GetGLType() const {
118
return gl_type;
Callers
4
subImage
Method · 0.80
TextureToVRAM
Method · 0.80
makeTextureInternal
Method · 0.80
ConvertToDXT5IfNeeded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected