Forgor to update README.md

This commit is contained in:
abux 2026-07-27 22:43:25 +01:00
parent ff3a273416
commit 9cbd0804a6

View file

@ -16,9 +16,9 @@ pub const plugin: App.plugin.Plugin = .{
**System** **System**
``` zig ``` zig
pub fn render(ctx: App.scheduler.Context) !void { pub fn render(app: *App) !void {
// --- GET RESOURCES --- // --- GET RESOURCES ---
const res = try ctx.app.resources.getMany(struct { const res = try app.resources.getMany(struct {
window: *Window, window: *Window,
device: *Device, device: *Device,
render_frame: ?*RenderFrame, render_frame: ?*RenderFrame,