satchelfrost / revolvr

A VR-focused Game Engine
MIT License
9 stars 1 forks source link

Remove interfaces #2

Closed satchelfrost closed 2 years ago

satchelfrost commented 2 years ago

Actually I only removed the openxr program interface, and changed it to RVRApp. I was going to remove the platform plugin interface as well, but it involves messing with the CreateGraphicsPlugin since it takes in an IPlatformPlugin as a parameter, so I won't bother for now.