mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-31 10:17:21 +00:00
shader-rt: initial
This commit is contained in:
parent
236dbf8f2b
commit
5a34d62048
10 changed files with 260 additions and 7 deletions
|
@ -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> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue