roleplay/client/include/draw.h

12 lines
161 B
C

#ifndef RENDER_H
#define RENDER_H
#include "gpu.h"
#include "ui.h"
VkResult draw_frame(
RenderContext* context,
2024-10-21 14:05:27 -06:00
UIContextStorage* ui_context);
#endif