vsg-dev / VulkanSceneGraph

Vulkan & C++17 based Scene Graph Project
http://www.vulkanscenegraph.org
MIT License
1.32k stars 212 forks source link

Added missing header #1249

Closed lufriem closed 3 months ago

lufriem commented 3 months ago

Description

I regenerated my build config and this change popped up.. automatically done by CMake I think?

robertosfield commented 3 months ago

Thanks, the VSG's Cmake build systems generates a _build_allh target that can be run to put all the heads into the all.h. I must have missing running this recently when adding DescriptorPools.h. I have now run this and checked it in so this PR should be moot.