Vlad Abadzhiev-Jahn

Results 15 issues of Vlad Abadzhiev-Jahn

Tests for the following functionality is missing: - Image encoding - State switching (depth, view etc) - SceneManager

Improvement

List of places which often land in hot paths or take up most in loading, and would benefit the most out of optimizations.

Currently, you can't filter by log source/type. Some spammy sources such as "ShaderSource" and "Input" have been hardcoded out in the LoggingProvider.Log function, but they should probably be the default...

Improvement

When a shader is bound the base variables (mvp matrix, iTime, iResolution etc) must be synced to it. Currently, this is done through multiple glUniform calls, but it can be...

Improvement
Graphics

x509_crt does not compile when the MBEDTLS_HAVE_TIME option is disabled and the MBEDTLS_FS_IO is enabled because the windows.h header isn't included and MAX_PATH and other symbols (usage: mbedtls_x509_crt_parse_path) cannot be...

bug
component-x509