Skip to content

Commit 24aa4f5

Browse files
committed
cleanup
1 parent a815f11 commit 24aa4f5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • node-graph/libraries/wgpu-executor/src

node-graph/libraries/wgpu-executor/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ impl TargetTexture {
8484
&self.view
8585
}
8686

87-
/// Returns the size of the texture.
88-
pub fn size(&self) -> UVec2 {
89-
self.size
90-
}
91-
9287
/// Returns a reference to the underlying texture.
9388
pub fn texture(&self) -> &wgpu::Texture {
9489
&self.texture

0 commit comments

Comments
 (0)