Skip to content

Commit

Permalink
Update src/webgpu/api/validation/capability_checks/limits/maxBindGrou…
Browse files Browse the repository at this point in the history
…ps.spec.ts

Co-authored-by: Kai Ninomiya <[email protected]>
  • Loading branch information
greggman and kainino0x committed Jan 31, 2024
1 parent d5b0dae commit 6d555f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type LimitToBindingLayout = {
entry: BindingLayout;
};

const kLimitToBindingLayout: LimitToBindingLayout[] = [
const kLimitToBindingLayout: readonly LimitToBindingLayout[] = [
{
name: 'maxSampledTexturesPerShaderStage',
entry: {
Expand Down Expand Up @@ -60,7 +60,7 @@ const kLimitToBindingLayout: LimitToBindingLayout[] = [
},
},
},
];
] as const;

/**
* Yields all possible binding layout entries for a stage.
Expand Down

0 comments on commit 6d555f6

Please sign in to comment.