MCPcopy Create free account
hub / github.com/JACoders/OpenJK / UI_GetScreenshotFormatString

Function UI_GetScreenshotFormatString

code/ui/ui_main.cpp:368–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368static const char *UI_GetScreenshotFormatString( int format )
369{
370 switch ( format )
371 {
372 default:
373 case SSF_JPEG:
374 return "jpg";
375 case SSF_TGA:
376 return "tga";
377 case SSF_PNG:
378 return "png";
379 }
380}
381
382typedef struct cvarTable_s {
383 vmCvar_t *vmCvar;

Callers 1

UI_UpdateScreenshotFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected