raze-gles/source/common/rendering
Christoph Oelckers 1b46a6fd9a - removed bogus assert in buffer code.
An empty buffer is a perfectly valid construct that may not be asserted upon. The 3D scene does not use indices so the buffer receives no data and remains empty.
This made the softpoly renderer fail in debug builds. Performance issues aside it works fine now.

Fixes #314
2020-09-07 23:17:06 +02:00
..
gl Silenced lots of warnings pointed out by XCode. 2020-07-23 17:02:59 +02:00
gl_load - backend update. 2020-06-11 09:15:44 +02:00
hwrenderer - removed bogus assert in buffer code. 2020-09-07 23:17:06 +02:00
polyrenderer - backend update from GZDoom 2020-06-07 15:02:54 +02:00
vulkan - fix CI build errors in vk_shader.cpp for all platforms due to missing terminator on #ifdef guarded line. 2020-06-11 13:17:12 +03:00
i_modelvertexbuffer.h
i_video.h
r_thread.cpp
r_thread.h
r_videoscale.cpp
r_videoscale.h
v_framebuffer.cpp - continued work on main loop - added a few new entry points to the game interface. 2020-08-30 00:55:49 +02:00
v_video.cpp - set proper minimal FPS rate for all games. 2020-06-20 10:46:51 +02:00
v_video.h - backend update from GZDoom 2020-06-07 15:02:54 +02:00