Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidPeicho/albedo
/ update
Method
update
examples/example/mod.rs:118–118 ·
view source on GitHub ↗
(&mut self, _: &App)
Source
from the content-addressed store, hash-verified
116
fn resize(&mut self, _: &App) {}
117
fn event(&mut self, _: &App, _: winit::event::WindowEvent) {}
118
fn update(&mut self, _: &App) {}
119
fn render(&mut self, platform: &App, view: &wgpu::TextureView);
120
}
121
Callers
2
run
Function · 0.45
render
Method · 0.45
Implementers
1
main.rs
examples/gpu_picking/main.rs
Calls
no outgoing calls
Tested by
no test coverage detected