godot/modules/lightmapper_rd
Micky 59e11934d8 Rename str2var to str_to_var and similar
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too.

- `var2str` -> `var_to_str`
- `str2var` -> `str_to_var`
- `bytes2var` -> `bytes_to_var`
- `bytes2var_with_objects` -> `bytes_to_var_with_objects`
- `var2bytes` -> `var_to_bytes`
- `var2bytes_with_objects` -> `var_to_bytes_with_objects`
- `linear2db` -> `linear_to_db`
- `db2linear` -> `db_to_linear`
- `deg2rad` -> `deg_to_rad`
- `rad2deg` -> `rad_to_deg`

- `dict2inst` -> `dict_to_inst`
- `inst2dict` -> `inst_to_dict`
2022-08-26 14:58:22 +02:00
..
config.py New lightmapper 2020-05-10 15:59:09 -03:00
lightmapper_rd.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
lightmapper_rd.h Fix some array size function definition mismatch. 2022-08-04 13:06:17 +02:00
lm_blendseams.glsl RendererRD: Remove binding specifier for push constants 2022-02-11 18:42:32 +01:00
lm_common_inc.glsl add support for soft shadows to the lightmapper 2022-06-24 21:50:13 +05:30
lm_compute.glsl add support for soft shadows to the lightmapper 2022-06-24 21:50:13 +05:30
lm_raster.glsl RendererRD: Remove binding specifier for push constants 2022-02-11 18:42:32 +01:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub SCons: Properly track codegen script dependency for generated GLSL headers 2022-07-02 16:01:48 +02:00