Jump to content

Search the Community

Showing results for tags 'vulkan'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 4 results

  1. This is an issue with DirectX12 and Vulkan only, presumably due to their multi-threaded rendering implementation. With the following code within the main function, the engine properly resets with DirectX11, but crashes for both DirectX12 and Vulkan, but with different crash errors as can be seen after the main code in this post. As hinted at, these kinds of crashes or freezes do not occur with DirectX11, which restarts as it should. // const Engine::InitParameters init_parameters; // UnigineLogic AppSystemLogic system_logic; AppWorldLogic world_logic; AppEditorLogic editor_logic; // init engine Unigine::EnginePtr engine(init_parameters, argc, argv); // RestartEngine: // enter main loop engine->main(&system_logic, &world_logic, &editor_logic); // if (IsResetting) { IsResetting = false; engine.shutdown(); engine.init(init_parameters, argc, argv); goto RestartEngine; } // return 0; Vulkan: Assertion failed: index < size_t(length) && "Vector::operator[]: bad index", file D:\BA\work\fb3821776bc41fe5\include\UnigineVector.h, line 1085 DirectX12: Usually freezes, but occasionly crashes with the following error instead: Unhandled exception (Access Violation Executing Location 0x00000245C7A42840) thrown in RenderShadows::CPUShaderRenderShadowsAsync::process(int thred_num, int threds_count) Line 2271
  2. Can't run applications with Vulkan

    Hi, I'm not able to run examples with Vulkan... getting the following error... I'm using Unigine 2.16.1 (community) on Ubuntu 22.04... what am I missing? Thanks ---- GPU Detection ---- GPU 0: NVIDIA GeForce GTX 1650 4096 MB (Active) GPU 1: llvmpipe (LLVM 13.0.1, 128 bits) 2048 MB ---- System ---- OS: Linux 5.17.0-1020-oem x86_64 CPU: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz Frequency: 2670MHz Extensions: MMX SSE SSE2 SSE3 SSSE3 SSE41 SSE42 HTT Cores:8 Threads:8 System memory: 17983 MB Sync threads: 7 Async threads: 8 GPU: NVIDIA GeForce GTX 1650 Video memory: 4096 MB ---- Application ---- ---- System Proxy ---- ---- Render ---- VkWrapper::init(): can't load "libdxcompiler.so.3.7" library libtinfo.so.5: cannot open shared object file: No such file or directory Unigine fatal error: Can't initialize Vulkan wrapper
  3. Hi Unigine team, Please see the pictures, according to my system hardware specs, in SDK browser version 2.0.5, I have selected & applied DirectX 12 and Vulkan but still run DirectX 11 in Unigine 2.16??!! why does not work!? Is support my graphics card DirectX 12 & Vulkan API ??
  4. Vulkan Support

    I'm interested to know how many other developers are waiting for Vulkan support to improve rendering performance and compatibility.
×
×
  • Create New...