We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aa341 commit a232a07Copy full SHA for a232a07
src/engine/renderer/tr_image.cpp
@@ -163,6 +163,7 @@ class ListImagesCmd : public Cmd::StaticCmd
163
"If internalformat is specified as a base internal format, the GL stores the resulting texture with
164
internal component resolutions of its own choosing, referred to as the effective internal format."
165
Use 4 bytes as an estimate: */
166
+ { GL_RGB, { "RGB", 3 } },
167
{ GL_RGBA, { "RGBA", 4 } },
168
{ GL_RED, { "RED", 1 } },
169
0 commit comments