burn_dragon_vision 0.4.0

Foveation and vision sampling utilities for burn dragon
Documentation
1
2
3
4
pub const FOVEATION_SHADER: &str = include_str!("shaders/foveation.wgsl");
pub const FOVEATION_BUFFER_SHADER: &str = include_str!("shaders/foveation_buffer.wgsl");
pub const PYRAMID_SHADER: &str = include_str!("shaders/pyramid.wgsl");
pub const SCATTER_BUFFER_SHADER: &str = include_str!("shaders/scatter_buffer.wgsl");