MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / R_ParsePastImageProgram

Function R_ParsePastImageProgram

neo/renderer/Image_program.cpp:633–637  ·  view source on GitHub ↗

=================== R_ParsePastImageProgram =================== */

Source from the content-addressed store, hash-verified

631===================
632*/
633const char *R_ParsePastImageProgram( idLexer &src ) {
634 parseBuffer[0] = 0;
635 R_ParseImageProgram_r( src, NULL, NULL, NULL, NULL, NULL );
636 return parseBuffer;
637}

Callers 3

ParseFragmentMapMethod · 0.85
ParseStageMethod · 0.85
ParseMaterialMethod · 0.85

Calls 1

R_ParseImageProgram_rFunction · 0.85

Tested by

no test coverage detected