From 9cbd0804a6008243b4cff387285a5e09cf1e03ed Mon Sep 17 00:00:00 2001 From: abux Date: Mon, 27 Jul 2026 22:43:25 +0100 Subject: [PATCH] Forgor to update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c65595..c2c9544 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ pub const plugin: App.plugin.Plugin = .{ **System** ``` zig -pub fn render(ctx: App.scheduler.Context) !void { +pub fn render(app: *App) !void { // --- GET RESOURCES --- - const res = try ctx.app.resources.getMany(struct { + const res = try app.resources.getMany(struct { window: *Window, device: *Device, render_frame: ?*RenderFrame,