NazaraEngine/tests
Jérôme Leclercq 1a55b550fb
Improve math module (#396)
* Improve math module

- Mark almost everything constexpr
- Equality (a == b) is now exact, down to the bit level. If you want approximate equality use the new ApproxEqual method/static method
- Rename Nz::Extend to Nz::Extent
- Removed Make[] and Set[] methods in favor of their static counterpart and operator=
2023-06-02 22:30:51 +02:00
..
ComputeTest Last changes 2023-02-02 20:34:25 +01:00
GraphicsTest Fix ShaderNode compilation 2023-05-14 18:51:46 +02:00
RenderTest Core/ApplicationBase: Add support for updaters with intervals 2023-04-23 19:45:33 +02:00
Std140Debug Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00
UnitTests Improve math module (#396) 2023-06-02 22:30:51 +02:00
xmake.lua Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder 2022-12-26 08:44:11 +01:00