Quake 4 integrated with DoomRTX

This commit is contained in:
Justin Marshall
2026-05-09 22:10:40 -07:00
parent 8c4a087aa9
commit d37f87e493
436 changed files with 277587 additions and 10254 deletions
+9
View File
@@ -1042,3 +1042,12 @@ bool idRenderSystemLocal::UploadImage( const char *imageName, const byte *data,
image->SetImageFilterAndRepeat();
return true;
}
/*
===============
idRenderSystemLocal::LoadImage
===============
*/
void idRenderSystemLocal::LoadImage(const char* cname, byte** pic, int* width, int* height, ID_TIME_T* timestamp, bool makePowerOf2) {
R_LoadImage(cname, pic, width, height, timestamp, makePowerOf2);
}