Skip to content

Commit a232a07

Browse files
committed
tr_image: document the GL_RGB format
1 parent 81aa341 commit a232a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/engine/renderer/tr_image.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class ListImagesCmd : public Cmd::StaticCmd
163163
"If internalformat is specified as a base internal format, the GL stores the resulting texture with
164164
internal component resolutions of its own choosing, referred to as the effective internal format."
165165
Use 4 bytes as an estimate: */
166+
{ GL_RGB, { "RGB", 3 } },
166167
{ GL_RGBA, { "RGBA", 4 } },
167168
{ GL_RED, { "RED", 1 } },
168169

0 commit comments

Comments
 (0)