vkdoom_m/src/rendering
Professor Hastig ab8711b57a removed several bad casts to 'long'.
The 'long' type should generally be avoided because its size differs on Windows and Linux/Mac so it is almost guaranteed to cause undefined behavior
2023-10-04 16:47:43 +02:00
..
2d - moved wipe code into the backend 2022-04-26 20:50:36 +02:00
hwrenderer removed several bad casts to 'long'. 2023-10-04 16:47:43 +02:00
swrenderer add GetChars() accessors to many FString uses where const char* is wanted. 2023-10-03 14:27:39 +02:00
r_sky.cpp - Fixed crash calling ChangeSky() with an invalid texture. 2021-05-29 15:07:45 -04:00
r_sky.h - added missing #include. 2022-06-01 09:34:07 +02:00
r_utility.cpp - Backend update from Raze. 2023-02-11 12:05:45 +01:00
r_utility.h Added A_SetViewPos(Vector3 Offset, int Flags = -1) 2022-01-24 12:00:33 -05:00