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**
|
**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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue