gpui: Rename GPUSpecs
to GpuSpecs
(#22166)
This PR renames the `GPUSpecs` type to `GpuSpecs` to match Rust naming conventions. Release Notes: - N/A
This commit is contained in:
parent
ce97e4ddc1
commit
ba44db7f49
10 changed files with 22 additions and 22 deletions
|
@ -1102,7 +1102,7 @@ impl PlatformWindow for MacWindow {
|
|||
self.0.lock().renderer.sprite_atlas().clone()
|
||||
}
|
||||
|
||||
fn gpu_specs(&self) -> Option<crate::GPUSpecs> {
|
||||
fn gpu_specs(&self) -> Option<crate::GpuSpecs> {
|
||||
None
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue