shader-rt: initial

This commit is contained in:
firestar99 2025-08-14 15:35:21 +02:00
parent 236dbf8f2b
commit 5a34d62048
10 changed files with 260 additions and 7 deletions

View file

@ -137,7 +137,7 @@ mod gpu {
#[derive(Clone, Debug, PartialEq, Hash)]
pub struct GPU {
texture: wgpu::Texture,
pub texture: wgpu::Texture,
}
impl Sealed for Raster<GPU> {}