21 #ifndef PLATFORM_DISPLAY_HPP    22 #define PLATFORM_DISPLAY_HPP    24 #include "platform.hpp"    25 #include "platform/os/linux.hpp"    26 #include "platform/wsi/wsi.hpp"    57         virtual VkSurfaceKHR createSurface() 
override;
    59         unsigned preferredWidth = 0;
    60         unsigned preferredHeight = 0;
 The Linux asset manager. It is based on regular fopen(), with the exception that all paths passed to ...