google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.35k stars 1.83k forks source link

Renames Vulkan platform's destroy function to destroySwapChain #7942

Closed GrantComm closed 4 days ago

GrantComm commented 5 days ago

FIXES=[349602983] Renames Vulkan platform's "destroy" function, which destroys the SwapChain, to "destroySwapChain" to mimic the other platforms.