Skip to content

Commit fee14f1

Browse files
refactor(glsl-out): restrict FeaturesManager to pub(crate)
1 parent 66f9526 commit fee14f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

naga/src/back/glsl/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bitflags::bitflags! {
6464
/// [`Module`](crate::Module)
6565
///
6666
/// Provides helper methods to check for availability and writing required extensions
67-
pub struct FeaturesManager(Features);
67+
pub(crate) struct FeaturesManager(Features);
6868

6969
impl FeaturesManager {
7070
/// Creates a new [`FeaturesManager`] instance

0 commit comments

Comments
 (0)