INNER CODE UNIT · Rust

device

attackgoat/vk-graph · crates/vk-graph-hot/src/lib.rs:274

                pub fn device(&self) -> &Device {
                    &self.device
                }

                /// Gets the information used to create this object.
                pub fn info(&self) -> [<$pipeline Info>] {
                    self.cache().pipeline.info()
                }

                /// Sets the debugging name assigned to this pipeline.
                ///
                /// _Note:_ The pipeline name may only be assigned once.
                /// Subsequent calls will not update the previously set name value.
                pub fn set_debug_name(&self, name: impl AsRef<str>) {
                    self.cache().pipeline.set_debug_name(name);
                }

                /// Sets the debugging name assigned to this pipeline.

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…