#ifndef RENDER_H #define RENDER_H #include "gpu.h" #include "ui.h" VkResult draw_frame( RenderContext* context, UIContextStorage* ui_context, UIContainerStorage* containers, uint32_t container_count); #endif