BabylonJS / BabylonNative

Build cross-platform native applications with the power of the Babylon.js JavaScript framework
MIT License
757 stars 131 forks source link

Windows/V8 and bgfx resources on CI #1167

Closed CedricGuillemet closed 1 year ago

CedricGuillemet commented 1 year ago

With the Windows CI jobs with V8 engine instead of Chakra, when running the ValidationTests, bgfx reports that it reached the limit of texture handle. It looks like resources are not destroyed, or not destroyed fast enough(?) It doesn't repro locally.

CedricGuillemet commented 1 year ago

actually it does repro locally

CedricGuillemet commented 1 year ago

closing. duplicate of https://github.com/BabylonJS/BabylonNative/issues/810