summaryrefslogtreecommitdiff
path: root/modules/noise/noise_texture_2d.cpp
AgeCommit message (Collapse)Author
2022-10-14Make some Image methods statickobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵bruvzg
change warnings=all to use /W4.
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
This also removes `OS::can_use_threads` from the public API since it's always true.
2022-08-24Rename 2D NoiseTexture to NoiseTexture2DAaron Franke