From 3e5c304e917f42da64d1384732b5a3dc910e0b43 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Thu, 13 Sep 2018 23:35:28 -0600 Subject: [PATCH] Use snake case --- src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instance.rs b/src/instance.rs index a9266011b..055c0cd86 100644 --- a/src/instance.rs +++ b/src/instance.rs @@ -14,7 +14,7 @@ pub struct AdapterDescriptor { #[repr(C)] pub struct Extensions { - anisotropicFiltering: bool, + anisotropic_filtering: bool, } #[repr(C)]