MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / height

Method height

crates/optix/src/denoiser.rs:669–671  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

667 }
668
669 pub fn height(&self) -> u32 {
670 self.height
671 }
672
673 pub(crate) fn bytes_used(&self) -> u32 {
674 self.format.byte_size() * (self.width * self.height)

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected