Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetGLBaseFormat
Method
GetGLBaseFormat
Source/Images/texture_data.cpp:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
GLenum TextureData::GetGLBaseFormat() const {
110
return gl_base_format;
111
}
112
113
GLenum TextureData::GetGLInternalFormat() const {
114
return gl_internal_format;
Callers
3
subImage
Method · 0.80
TextureToVRAM
Method · 0.80
makeTextureInternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected