virtualx-engine/drivers/gles3/storage
reduz 746dddc067 Replace most uses of Map by HashMap
* Map is unnecessary and inefficient in almost every case.
* Replaced by the new HashMap.
* Renamed Map to RBMap and Set to RBSet for cases that still make sense
  (order matters) but use is discouraged.

There were very few cases where replacing by HashMap was undesired because
keeping the key order was intended.
I tried to keep those (as RBMap) as much as possible, but might have missed
some. Review appreciated!
2022-05-16 10:37:48 +02:00
..
config.cpp Merge pull request #60894 from derammo/derammo_opengl3_windows 2022-05-13 15:07:13 +02:00
config.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
light_storage.cpp Add LightStorage functions to GLES3 renderer 2022-04-28 13:51:47 -07:00
light_storage.h Add LightStorage functions to GLES3 renderer 2022-04-28 13:51:47 -07:00
material_storage.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
material_storage.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
mesh_storage.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
mesh_storage.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
particles_storage.cpp Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
particles_storage.h Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
SCsub
texture_storage.cpp Basic 3D rendering 2022-05-12 10:37:27 -07:00
texture_storage.h Basic 3D rendering 2022-05-12 10:37:27 -07:00