Skip to content

Commit

Permalink
document workgroup_size_overrides' arena
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Dec 5, 2024
1 parent 9f8f1ef commit c3df8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ pub struct EntryPoint {
pub early_depth_test: Option<EarlyDepthTest>,
/// Workgroup size for compute stages
pub workgroup_size: [u32; 3],
/// Override expressions for workgroup size
/// Override expressions for workgroup size in the global_expressions arena
pub workgroup_size_overrides: Option<[Option<Handle<Expression>>; 3]>,
/// The entrance function.
pub function: Function,
Expand Down

0 comments on commit c3df8a1

Please sign in to comment.