MCPcopy Create free account

hub / github.com/cvetkovicdamjan/neurilium / functions

Functions30 in github.com/cvetkovicdamjan/neurilium

↓ 3 callersMethodupdate_camera
(&self, camera: &mut Camera)
src/camera.rs:166
↓ 2 callersMethodbuild_view_projection
(&self, aspect: f32)
src/camera.rs:18
↓ 2 callersMethodhandle_mouse_capture
(&mut self, window: &Window, captured: bool)
src/camera.rs:88
↓ 2 callersMethodresize_camera_uniform
(&mut self, new_size: PhysicalSize<u32>)
src/loader.rs:226
↓ 1 callersMethodcenter_cursor
(&self, window: &Window)
src/camera.rs:99
↓ 1 callersMethodconfigure_surface
(&self)
src/renderer.rs:311
↓ 1 callersMethodget_window
(&self)
src/main.rs:112
↓ 1 callersFunctionnt_to_id
(nt: &str)
src/loader.rs:40
↓ 1 callersMethodprocess_events
(&mut self, window: &Window, event: &WindowEvent)
src/camera.rs:107
↓ 1 callersMethodprocess_mouse
(&mut self, mouse_dx: f64, mouse_dy: f64, camera: &mut Camera)
src/camera.rs:74
↓ 1 callersMethodrecreate_attachments
(&mut self)
src/renderer.rs:325
↓ 1 callersMethodrender
(&mut self)
src/renderer.rs:377
↓ 1 callersMethodresize
(&mut self, new_size: PhysicalSize<u32>)
src/main.rs:116
↓ 1 callersMethodstep
(&mut self, device: &wgpu::Device, queue: &wgpu::Queue)
src/simulation.rs:312
↓ 1 callersMethodupdate
(&mut self)
src/main.rs:122
↓ 1 callersMethodupdate_spike_bind_group
(&mut self, buffer: &wgpu::Buffer)
src/renderer.rs:350
↓ 1 callersMethodupdate_view_proj
(&mut self, camera: &Camera, aspect: f32)
src/camera.rs:37
Methodabout_to_wait
(&mut self, _event_loop: &ActiveEventLoop)
src/main.rs:150
Methoddevice_event
( &mut self, _event_loop: &ActiveEventLoop, _device_id: DeviceId, event: Devic
src/main.rs:181
Functionmain
()
src/main.rs:199
Methodnew
(window: Arc<Window>)
src/main.rs:31
Methodnew
( device: &wgpu::Device, num_neurons: u32, neuron_groups: &[u32], configs: &[N
src/simulation.rs:49
Methodnew
(speed: f32, sensitivity: f32)
src/camera.rs:58
Methodnew
(width: u32, height: u32)
src/loader.rs:64
Methodnew
( device: &wgpu::Device, camera_layout: &wgpu::BindGroupLayout, spike_layout: &wgpu::B
src/renderer.rs:23
Methodparse_position
(pos_str: &str)
src/loader.rs:211
Methodresize
(&mut self, new_size: PhysicalSize<u32>)
src/renderer.rs:315
Methodresumed
(&mut self, event_loop: &ActiveEventLoop)
src/main.rs:138
Methodupdate_camera
(&self, uniform: &CameraUniform)
src/renderer.rs:345
Methodwindow_event
(&mut self, event_loop: &ActiveEventLoop, _id: WindowId, event: WindowEvent)
src/main.rs:156