pragma icon indicating copy to clipboard operation
pragma copied to clipboard

Repository for the pragma game engine.

Results 5 pragma issues
Sort by recently updated
recently updated
newest added

**General** - Pragma Version: [2451782](https://github.com/Silverlan/pragma/commit/2451782f17e35dab15d05a3465a6d2170ee57ece) **Describe the bug** The lightmap UV baker corrupts mesh geometry in certain cases. **To Reproduce** Steps to reproduce the behavior: 1. Download this scene as...

bug

`std::format` is currently not properly supported by the clang compiler. Once it is supported, the logging system should be switched to it. Steps: 1) `pragma/third_party_libs/spdlog/include/spdlog/tweakme.h`: Change ``` #ifdef _WIN32 #define...

linux

Remove duplicated `add_pragma_module` calls.