VulkanSceneGraph
VulkanSceneGraph copied to clipboard
Vulkan & C++17 based Scene Graph Project
**Describe the bug** When switching between pipelines with different layouts, all descriptors and push constants after the incompatibility are left undefined. If the incompatibility is the push constants (either their...
**Describe the bug** Creation of vsg::Builder objects should be possible in the render loop (see example) but crashes **To Reproduce** Just build the example whithout args, start it, wait for...
[0001-Add-example-for-vsg-LOD-nodes.patch.txt](https://github.com/user-attachments/files/19790151/0001-Add-example-for-vsg-LOD-nodes.patch.txt) **Does your function request refer to a problem? Please describe it** With the current implementation of the vsg::LOD class, it is not possible to hide a node if the...
Hello Robert, I'm trying to mix the vsgHelloworld example and vsgImgui, but I'm stuck on the commandGraph: auto commandGraph = createCommandGraphForView(window, camera, sceneGraph); // auto renderGraph = vsg::RenderGraph::create(window); // commandGraph->addChild(renderGraph);...
# Pull Request Template ## Description Vulkan only requires the pipeline layout used to bind descriptor sets to be compatible for the push constants and descriptor sets up to the...
Adds names to some objects (pipelines, shader stages, and pipeline layouts so far) via `VK_EXT_debug_utils`. This means that in tools like RenderDoc, they get names instead of numbers, and in...
Error: ``` [237/238] C:\WINDOWS\system32\cmd.exe /C "cd . && E:\vcpkg_cache\downloads\tools\cmake-3.30.1-windows\cmake-3.30.1-windows-i386\bin\cmake.exe -E vs_link_dll --intdir=src\vsg\CMakeFiles\vsg.dir --rc=rc.exe --mt="D:\vcpkg_folders\no_msvc\installed\x64-windows-static\compiler\msvc\WinSDK\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests -- D:\vcpkg_folders\no_msvc\installed\x64-windows-static\compiler\llvm\bin\lld-link.exe @CMakeFiles\vsg.rsp /out:lib\vsg-14.dll /implib:lib\vsg.lib /pdb:lib\vsg-14.pdb /dll /version:1.1 /machine:x64 /nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF...
**Describe the bug** Hello, I've faced next behavior when switched from ktx file without mipmap level to ktx with pregenerated mipmap levels. There is an error when using 2D image...
**Describe the bug** Looks like cmake is not parsing 15.0.0 correctly and claims that it does not meet the min requirement of 14. **To Reproduce** Steps to reproduce the behavior:...
When configuring VSG (and associated projects like vsgXchange) with cmake version 3.31, The following deprecation error is emitted: ``` > cmake --version cmake version 3.31.1 > cmake -B build -S...