VulkanSceneGraph icon indicating copy to clipboard operation
VulkanSceneGraph copied to clipboard

Vulkan & C++17 based Scene Graph Project

Results 71 VulkanSceneGraph issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I'm displaying a scene to the user with multiple objects, where one or several objects can be selected. Selection occurs...

As discussed a few days ago, resizing the window on Windows is *supposed* to continue drawing frames during the resize, but doesn't, and instead, the last frame just gets bilinearly...

Since updating to Kubuntu 24.04 and installing the VulkanSDK as an debian packaged I have done some tests with enabling of the Vulkan Validation Layer and getting some new errors...

Backwards compatibility is maximised by making this be set by default on `DynamicState` instances (so applications that already use dynamic state don't need to explicitly set extra state) and having...

**Describe the bug** When including vsg as a code dependency in another project (as a submodule or FetchContent) AND the encompassing project is using glslang as a code dependency -...

This should solve the problem where, if a subgraph is temporarily removed from the scenegraph, and a resize happens while it's detached, nothing would clear the outdated pipeline(s), and future...

I've not yet confirmed whether this happens on other platforms, but it's at least not caused by the other Win32 window changes. ``` VUID-vkQueueSubmit-pCommandBuffers-00065(ERROR / SPEC): msgNum: 1901485743 - Validation...

There seems to be an issue with android screen orientation. In swapchain.cpp changing [This](https://github.com/Duron27/VulkanSceneGraph/blob/7ddff1f3f3bd6f02f1c2b60b77313279735bd8f7/src/vsg/vk/Swapchain.cpp#L210) line to `createInfo.preTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR;` allows the screen to rotate but seems to solve it but...

# Pull Request Template ## Description I think this is just another minor misspelling propagated by autocomplete. I'm assuming `validateInstanceLayerNames` was the intended camel-case to be consistent with everything else?...

# Pull Request Template ## Description Fix warnings compiling with clang-21 on windows Depends upon https://github.com/vsg-dev/VulkanSceneGraph/pull/1625 - marked Draft until that one is merged. Fixes # (issue) ## Type of...