shader-rt: initial

This commit is contained in:
firestar99
2025-08-14 15:35:21 +02:00
parent 7dc86b36ca
commit 6a0c07ab3e
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> {}