RingRacers/src/rhi
Eidolon fc05db7441 rhi: Use renderpasses as a stack
This way when you pop a render pass, it will restore the previous
renderpass state if there was one. Allows for rendering code to enter
and leave the default render pass without interfering with other drawing
code.
2024-10-30 09:08:04 -05:00
..
gl2 rhi: Use renderpasses as a stack 2024-10-30 09:08:04 -05:00
gles2 rhi: Use renderpasses as a stack 2024-10-30 09:08:04 -05:00
CMakeLists.txt rhi: use GL 2 instead of GL Core 2023-11-04 20:15:51 -05:00
handle.hpp SRB2 -> DRRR copyright in rhi folder 2024-04-05 10:29:38 -04:00
rhi.cpp SRB2 -> DRRR copyright in rhi folder 2024-04-05 10:29:38 -04:00
rhi.hpp rhi: Use renderpasses as a stack 2024-10-30 09:08:04 -05:00
shader_load_context.cpp SRB2 -> DRRR copyright in rhi folder 2024-04-05 10:29:38 -04:00
shader_load_context.hpp SRB2 -> DRRR copyright in rhi folder 2024-04-05 10:29:38 -04:00