-
I have a vunit fork [here](https://github.com/nfrancque/vunit) with some changes for our company's infrastructure that I'd like to get merged in where possible, this is the first one.
Would like he…
-
**Describe the bug**
glslang compilation error when using uvec2 in GLSL code
**To Reproduce**
Steps to reproduce the behavior:
1. Clone and build vsgFramework
2. Modify any GLSL shader used in …
-
When including `vsg/utils/Builder.h` in a file that doesn't also include `vsg/io/Options.h`, (at least when consuming static VSG when building a DLL with MSVC 2022) it will generate an error as the co…
-
Something I noticed recently about how VSG uses multiple configuration files is how they overwrite each other. When I read that they did in the documentation, I understood it at face value, but in ret…
-
**Is your feature request related to a problem? Please describe.**
In order to support the old and new version for API changes of vsg, e.g. when changing the include path for `Light.h` to `include/…
-
While running vsgCs, I've recently started seeing this warning from Context.cpp:
Warning: Context::reserve(const ResourceRequirements& requirements) invalid combination of required_maxSets (0) & requ…
-
Hi!
I tried looking for rules regarding the end of the `generic map` in combination with the start of the `port map`, but couldn't find any rule that matches what I was looking for (see below).
…
-
RelTR中的inference.py运行后得到的是一张图,请问您代码tsg文件夹的json文件是如何得到的呢
-
When I build vsgExample/ui/vsgimgui_example, I got the error
```
error: vsgImGui.lib(implot.obj) : error LNK2019: 无法解析的外部符号 "unsigned int __cdecl ImGui::GetColorU32(unsigned int)" (?GetColorU32@Im…
x1244 updated
4 months ago
-
The node caches in `vsg::Builder`, i.e. `_boxes` and friends, are never populated, they're only queried, and obviously those queries fail because nothing's been put into them. My assumption is that `d…