rms7326

Results 6 issues of rms7326

I read through the latest Exodus PDF document, https://gsjaardema.github.io/seacas/exodusII-new.pdf, and noted differences in the element types claimed to be supported in the doxygen API document, https://gsjaardema.github.io/seacas/html/element_types.html#types. I then went to...

no-issue-activity

## Description Using shader specialization constants to size global arrays doesn't work on the Mac. We have a need in our vertex shader to size both a vertex attribute array...

**Is your feature request related to a problem? Please describe.** Using shader specialization constants to size global arrays doesn't work on the Mac. We have a need in our vertex...

# Pull Request Template ## Description TransferTask::_transferData() can create a single staging buffer who's allocation size exceeds the Vulkan physical device maxMemoryAllocationSize property limit. Windows NVidia drivers tend to be...

This pull request supports issue [1534](https://github.com/vsg-dev/VulkanSceneGraph/issues/1534) in VulkanSceneGraph and is a companion with VulkanSceneGraph Pull Request [1539](https://github.com/vsg-dev/VulkanSceneGraph/pull/1539). The change is to the vsgclip example. It adds a command line option...

Using a MIT licensed thread pool written by Barak Shoshany (BS::thread_pool) Reading TrueType font files and creating atlas' for use with VulkanSceneGraph is a slow, single threaded process especially when...