- Separated Platform and Compiler Dependent Behaviour into CMake scripts
- Implemented Basic Platform Interfaces
- Implemented partial Linux platform and Wayland Display.
- Implemented Dependencies for the above
- map
- set
- optional
- pair
TODO: threading
This commit is contained in:
@@ -45,8 +45,6 @@ inline void fennec_test_math_relational()
|
||||
|
||||
fennec_test_run(not(bvec3(true, false, true)), bvec3(false, true, false));
|
||||
fennec_test_run(fennec::all(bvec3(true, true, true)), true);
|
||||
|
||||
fennec_test_spacer(2);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user