-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged fixes in VSG master into 1.0 branch #946
Commits on Aug 25, 2023
-
siystar authored and Your Name committed
Aug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for af769f9 - Browse repository at this point
Copy the full SHA af769f9View commit details
Commits on Aug 26, 2023
-
[FIXED] zero descriptorCount passed to DescriptorPool::create
siystar authored and Your Name committedAug 26, 2023 Configuration menu - View commit details
-
Copy full SHA for cfdfb19 - Browse repository at this point
Copy the full SHA cfdfb19View commit details
Commits on Aug 27, 2023
-
Allocate DescriptorBuffer memory from pools
Allocate buffers that usually contain uniform data from memory pools, instead of directly calling vkAllocateMemory. Some drivers have very low limits on the number of Vulkan memory objects that can be allocated. This fixes #942.
Configuration menu - View commit details
-
Copy full SHA for 71b6951 - Browse repository at this point
Copy the full SHA 71b6951View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0855164 - Browse repository at this point
Copy the full SHA 0855164View commit details -
Merge branch 'descriptorpool3' of https://github.com/siystar/VulkanSc…
…eneGraph into siystar-descriptorpool3
Configuration menu - View commit details
-
Copy full SHA for 5128488 - Browse repository at this point
Copy the full SHA 5128488View commit details -
Configuration menu - View commit details
-
Copy full SHA for b264f02 - Browse repository at this point
Copy the full SHA b264f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 272b4df - Browse repository at this point
Copy the full SHA 272b4dfView commit details -
Merge branch 'buffer-memory-pools' of https://github.com/timoore/Vulk…
…anSceneGraph into timoore-buffer-memory-pools
Configuration menu - View commit details
-
Copy full SHA for cbc8cc8 - Browse repository at this point
Copy the full SHA cbc8cc8View commit details -
Moved flags setting to separate line to make it easier to change sett…
…ings if/when required.
Configuration menu - View commit details
-
Copy full SHA for 00138ad - Browse repository at this point
Copy the full SHA 00138adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6e375 - Browse repository at this point
Copy the full SHA 6f6e375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb8f6a - Browse repository at this point
Copy the full SHA 8bb8f6aView commit details -
Added check for valid number of required_descriptorPoolSizes.empty to…
… avoid vkCreateDescriptorPool error.
Configuration menu - View commit details
-
Copy full SHA for 9f5fa0a - Browse repository at this point
Copy the full SHA 9f5fa0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd75d4 - Browse repository at this point
Copy the full SHA dcd75d4View commit details