Skip to content

Commit bedc94d

Browse files
refactor(wgsl-in): restrict EnableExtensions [sic] to pub(crate)
1 parent dd1dc88 commit bedc94d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

naga/src/front/wgsl/parse/directive/enable_extension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use alloc::boxed::Box;
99

1010
/// Tracks the status of every enable-extension known to Naga.
1111
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
12-
pub struct EnableExtensions {
12+
pub(crate) struct EnableExtensions {
1313
wgpu_mesh_shader: bool,
1414
wgpu_ray_query: bool,
1515
wgpu_ray_query_vertex_return: bool,

0 commit comments

Comments
 (0)