This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
65ca207d2c2662ec0fbc123f61b95fefef00a0f8
godot
/
modules
/
lightmapper_rd
T
History
Lukas Tenbrink
05c33acbb1
Make
memnew(RefCounted)
return
Ref
, to force callers to take ownership of it through a reference.
2026-03-18 20:34:08 +01:00
..
config.py
…
lightmapper_rd.cpp
Explicitly include
core/os/os.h
where used
2026-03-04 09:54:10 +01:00
lightmapper_rd.h
Remove unused includes in
modules
with clangd-tidy
2026-03-16 16:40:39 +01:00
lm_blendseams.glsl
…
lm_common_inc.glsl
…
lm_compute.glsl
LightmapGI: Pack L1 SH coefficients before denoising
2025-11-21 18:53:20 +01:00
lm_raster.glsl
…
register_types.cpp
Make
memnew(RefCounted)
return
Ref
, to force callers to take ownership of it through a reference.
2026-03-18 20:34:08 +01:00
register_types.h
…
SCsub
…