MCPcopy Create free account
hub / github.com/DioxusLabs/anyrender / target_texture_view

Method target_texture_view

crates/wgpu_context/src/buffer_renderer.rs:117–119  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

115 // }
116
117 pub fn target_texture_view(&self) -> TextureView {
118 self.texture_view.clone()
119 }
120
121 pub fn copy_texture_to_vec(&self, cpu_buffer: &mut Vec<u8>) {
122 cpu_buffer.clear();

Callers 3

renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected