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.
Removed
IPlatformPlugin
andIGraphicsPlugin
interfaces. CreatedRVRAndroidPlatform
andRVRVulkanRenderer
classes. Moved some of the Vulkan utility functions intorvr_vulkan_utilities.h
. Other changes inrevolver_app.h/.cpp
andmain.cpp
in order to accommodate the other changes.