Forgor to update README.md
This commit is contained in:
parent
ff3a273416
commit
9cbd0804a6
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue