mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-10 12:28:11 -05:00
Rename and unsafe start_capture -> start_graphics_debugger_capture (#7470)
* Improve `start_capture` docs * Docs
This commit is contained in:
committed by
GitHub
parent
eea54c221c
commit
c860a2cf8c
@@ -236,11 +236,11 @@ impl DeviceInterface for CustomDevice {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn start_capture(&self) {
|
||||
unsafe fn start_graphics_debugger_capture(&self) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn stop_capture(&self) {
|
||||
unsafe fn stop_graphics_debugger_capture(&self) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user