Bizzarrus

Results 7 issues of Bizzarrus

Hi :) I'm trying to integrate Streamline into our Vulkan rendering engine, and when calling EvaluateFeature(kFeatureNIS), I get a vulkan validation error (or just a device lost, if the validation...

bug
pending-release

Hi :) I tried to integrate Streamline in our Vulkan backend, and when I try to EvaluateFeature(kFeatureNIS), I get a VK_ERROR_OUT_OF_POOL_MEMORY error inside the Vulkan::processDescriptors function. From what I understand,...

bug
pending-release

Hi :) I'm trying to integrate Streamline into our Vulkan renderer (currently only using NIS), and when shutting down the rendering engine, I get a lot of validation errors, saying...

bug
pending-release

The docs state > NIS options must be set so that the NIS plugin can track any changes made by the user. This can be done explicitly using the slNISSetOptions...

documentation
pending-release

**Version/Branch of Dear ImGui:** Version: 1.83 WIP Branch: docking **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_win32.cpp + imgui_impl_dx11.cpp Compiler: MSVC (Visual Studio 2019) Operating System: Windows 10 **My Issue/Question:** Under specific circumstances, the tooltip...

multi-viewports
tooltips

### Version/Branch of Dear ImGui: Version 1.91.5, Branch: docking ### Back-ends: custom ### Compiler, OS: Windows 11 / MSVC 2022 ### Full config/build information: _No response_ ### Details: **My Question:**...

drag drop

My project is heavily using C++20 modules. I'm compiling using VS 2022, with the /translateIncludes option enabled (for compability with some other libraries - this option automatically turns every include...