vsg-dev / VulkanSceneGraph

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

Implemented release of static data after transfer to the GPU #1275

Closed rms7326 closed 2 months ago

rms7326 commented 2 months ago

Pull Request Template

Description

VSG is not obeying the Property.dataVariance setting, STATIC_DATA_UNREF_AFTER_TRANSFER. This pull request releases static data marked accordingly after transferring it to the GPU.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

We tested this in our client code.

Checklist: