DiligentEngine icon indicating copy to clipboard operation
DiligentEngine copied to clipboard

A modern cross-platform low-level graphics library and rendering framework

Results 35 DiligentEngine issues
Sort by recently updated
recently updated
newest added

Trying to link our project with previously compiled Diligent lib/dlls (on Intel), we are receiving this message when we try to compile it with AMD 7950x: **Error C1047 The object...

I notice that if you can use CMake to build and then "install" DiligentEngine to an installation prefix, but the files it copies do not include any `.cmake` scripts suitable...

Hey Thanks for doing such a great job on Diligent! Is there any plan to add Wayland support via LinuxNativeWindow / VK_KHR_wayland_surface? X11 basically has no HDR display support so...

This PR creates a `flake.nix` file for Nix users on Linux and MacOS. # What does this allow? 1. This allows Nix users on *Nix to create ephemeral shells with...

Platform: Windows 11 The whole project is basically the same as `Samples/GLFWDemo`, but linked to DiligentEngine using `add_subdirectory`. ## A: Using `Ninja + Clang/LLVM toolchain`: - Vulkan: Successfully built. Failed...