RingRacers/src/rhi
Eidolon 7e4d61730e rhi: Fix handle std::hash specialization
This prevented hashing of non-const qualified types. The contract for
std::hash already implies that it is a callable for an lvalue reference
of the template type.
2023-05-19 18:54:19 -05:00
..
gl3_core rhi: Fix handle std::hash specialization 2023-05-19 18:54:19 -05:00
gles2 hwr2: Add hardware 2D rendering 2023-02-26 18:47:42 -06:00
CMakeLists.txt rhi: Rewrite shader loading 2023-04-01 17:32:34 -05:00
handle.hpp rhi: Fix handle std::hash specialization 2023-05-19 18:54:19 -05:00
rhi.cpp rhi: Add rhi::recreate_buffer_to_size 2023-04-15 16:32:56 -05:00
rhi.hpp rhi: Make some stencil state dynamic 2023-05-19 18:54:19 -05:00
shader_load_context.cpp rhi: Rewrite shader loading 2023-04-01 17:32:34 -05:00
shader_load_context.hpp rhi: Rewrite shader loading 2023-04-01 17:32:34 -05:00