Rename and unsafe start_capture -> start_graphics_debugger_capture (#7470)

* Improve `start_capture` docs

* Docs
This commit is contained in:
Connor Fitzgerald
2025-04-03 13:07:22 -04:00
committed by GitHub
parent eea54c221c
commit c860a2cf8c
16 changed files with 146 additions and 44 deletions

View File

@@ -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!()
}