DiligentTools
DiligentTools copied to clipboard
Utilities built on top of core module
This is more of a feature request, I'd love to use the ImGui "docking" branch using the Diligent engine. By simply checking out the docking branch in the imgui submodule...
Add common states to render state notation parser, e.g. `SamplerLinearClamp`, `SamplerAnisotropicWrap4x`, etc.
This will allow validating render state notation files with standard JSON validators.
adapted from https://github.com/151706061/OpenGLSamples/blob/1e871c0c7fe0d8d30825f467bfdc8de50961b6f9/extensions/src/NvAppBase/NvAndroidNativeAppGlue.c#L128 this fixes possible rendering edge cases mentioned in https://developer.nvidia.com/fixing-common-android-lifecycle-issues-games * this additionally fixes an uncommon crash when the assistant is brought up over the application * this...