Syrotenko Igor
Syrotenko Igor
Little bit not related to PR itself, but are there easy ways to introduce unit tests for cpp codebase in general? Parsing of ini files and results checking with few...
I know it is easy to just hang around and leave such comments as mine regarding adding tests, but I would suggest adding it as milestone (issue / task in...
I would stick with u32. Then `save` method should be modified instead
We write size of magazine here ``` save_data(m_magazine2.size(), output_packet); ``` And get ``` _NODISCARD _CONSTEXPR20 size_type size() const noexcept { auto& _My_data = _Mypair._Myval2; return static_cast(_My_data._Mylast - _My_data._Myfirst); } ```...
Support optional compile-time alias replacing too. 1) It will allow to generate correct source code for node without odd plugins/transpilers. There is so many questions and custom solutions for it....
Same as: https://github.com/Microsoft/TypeScript/issues/15479
Tried to play around with same texture - converted it / inspected. Seems like missing 20 bytes are part of header10 data struct which is marked as null in anomaly...
@Xottab-DUTY Just to clarify - the idea is to use different texture loader for `glTexture.cpp` implementation? So GLI can be avoided and implementation will reflect `dx11Texture.cpp` variant for OpenGL renderer?