This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-01-03 18:11:19 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ad40939b6fd935699fc4fc365c8c941899923b97
godot
/
drivers
/
gles3
/
effects
History
Thaddeus Crews
ad40939b6f
Core: Replace C math headers with C++ equivalents
...
- Minor restructuring to ensure `math_funcs.h` is the central point for math functions
2025-04-16 15:49:02 -05:00
..
copy_effects.cpp
Fix gles3 gaussian_blur mipmap setup.
2025-03-11 14:47:04 -07:00
copy_effects.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
cubemap_filter.cpp
Core: Replace C math headers with C++ equivalents
2025-04-16 15:49:02 -05:00
cubemap_filter.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
feed_effects.cpp
…
feed_effects.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
glow.cpp
…
glow.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
post_effects.cpp
…
post_effects.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
…