serenity/Userland
Jelle Raaijmakers 7c4bbdc398 LibGL: Simplify transposing input matrices
We do not need to templatize the output type - it's always `float`.
Also, the input type can be inferred. Finally, use template
specialization instead of a conditional to deal with same type input and
output matrices.
2022-12-20 10:42:31 +01:00
..
Applets
Applications PixelPaint: Propagate errors when creating images or layers 2022-12-20 10:42:11 +01:00
BuggieBox
Demos CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
DevTools HackStudio: Add a factory function for DebugInfoWidget 2022-12-16 09:58:51 +01:00
DynamicLoader
Games Snake: Ignore default keydown events 2022-12-19 14:11:53 -05:00
Libraries LibGL: Simplify transposing input matrices 2022-12-20 10:42:31 +01:00
Services AK: Stop using DeprecatedString in Base64 encoding 2022-12-20 10:34:19 +01:00
Shell
Utilities AK: Stop using DeprecatedString in Base64 encoding 2022-12-20 10:34:19 +01:00
CMakeLists.txt