mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Use snake case
This commit is contained in:
parent
c8849cfe63
commit
3e5c304e91
@ -14,7 +14,7 @@ pub struct AdapterDescriptor {
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct Extensions {
|
pub struct Extensions {
|
||||||
anisotropicFiltering: bool,
|
anisotropic_filtering: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user