This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
filament
Watch
1
Star
0
Fork
0
You've already forked filament
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3a92cdab3a4b501ae2f58fb6d678cb322b129ade
filament
/
libs
/
utils
History
Sungun Park
a4f4dc617e
Support null initialization for Invocable (
#9466
)
...
This allows for code like: Invocable<void()> inv = []() { /*do something*/ }; inv = nullptr;
2025-12-02 21:29:14 +00:00
..
benchmark
remove all uses of our custom spinlock
2024-01-19 12:05:07 -08:00
include
Support null initialization for Invocable (
#9466
)
2025-12-02 21:29:14 +00:00
src
Fix a race condition when tearing down FrameInfo (
#9413
)
2025-11-06 16:50:08 -08:00
test
Guard MonotonicRingMap.MonotonicityDeathTest with GTEST_HAS_DEATH_TEST (
#9388
)
2025-10-31 20:45:32 +00:00
.gitignore
Initial commit
2018-08-03 10:38:22 -07:00
CMakeLists.txt
Add display present time as well as compositor timings to FrameInfo (
#9378
)
2025-10-30 15:33:26 -07:00