Ybalrid / OpenXR-API-Layer-Template

A CMake based template repository to create OpenXR layers in C++
MIT License
8 stars 4 forks source link

Add fix for #2: delete layer context when destroying XrInstance #3

Closed Ybalrid closed 1 year ago

Ybalrid commented 1 year ago

This fixes works and was backported from another protect build around this template. Just need to double check that a empty layer built with this repo and loaded with MSFS2020 do not crash the game.

Fix #2