@Layer ui //- Dependencies @Dep gpu @Dep font @Dep window //- Api @IncludeC ui_core.h @IncludeC ui_common.h @IncludeC ui_draw.h @IncludeGpu ui_draw.h //- Impl @IncludeC ui_core.c @IncludeC ui_common.c @IncludeGpu ui_draw.gpu //- Shaders @VertexShader UI_RectVS @PixelShader UI_RectPS @ComputeShader UI_PostCS //- Embeds @EmbedDir UI_Resources ui_res //- Startup @Startup UI_Startup