vsgExamples icon indicating copy to clipboard operation
vsgExamples copied to clipboard

Example programs that test and illustrate how to use the VSG and optional add-on libraries

Results 11 vsgExamples issues
Sort by recently updated
recently updated
newest added

rowPitch may have a non standard value when using odd screen resolutions, like 800x700 Not using this rowPitch corrupts the output image in these situations Example rowPitch support: ``` //...

vsgtexturearray does not run on the Mac. vsgtexturearry -d shows this: [texarr.txt](https://github.com/vsg-dev/vsgExamples/files/9217082/texarr.txt)

Sometimes vsgscreenshot produces suboptimal output. The model shown on the screen looks good, but the saved color file can be suboptimal. Screen output (Mac but Windows and Linux look the...

All of the example models have something wrong with them when running the vsgclip example. For example, the teapot clearly reads from uninitialised memory if run without validation layers enabled,...

The source code as it exists in the repo has formatting inconsistent with what `.clang-format` specifies. This means that when the build system automatically applies it, it makes loads of...

Running `vsgimgui_example`, for example, runs into an exception: ``` [Exception] Failed to created Window, unable able to establish xcb connection. ``` Most likely the reason is that I'm already on...

Output with VSG master: ``` Warning: array_data_mipmaps test failed: downloaded data at (0,0) does not match input data. ````

execute the commnad: "vsgviewer readymap.vsgt " I get the error ![image](https://github.com/vsg-dev/vsgExamples/assets/27771349/07de56d4-25d3-42b5-91f5-3131eab3d02a) but execute the command "vsgviewer openstreetmap.vsgt" I get the right outcome. the differenrce is the format , jpeg or...

In PR #309 I tried to split up the multiviews example into separate render graphs. The problem this example shows is that the secondary rendergraph clears the whole screen instead...