satchelfrost / revolvr

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

Remove remaining interfaces #3

Closed cdelapaz0 closed 2 years ago

cdelapaz0 commented 2 years ago

Removed IPlatformPlugin and IGraphicsPlugin interfaces. Created RVRAndroidPlatform and RVRVulkanRenderer classes. Moved some of the Vulkan utility functions into rvr_vulkan_utilities.h. Other changes in revolver_app.h/.cpp and main.cpp in order to accommodate the other changes.