Skip to content

Commit dd20883

Browse files
WTF: Why isn't Metal honoring the default limit for
`max_inter_stage_shader_variables?`
1 parent d199493 commit dd20883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-hal/src/metal/adapter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ impl super::CapabilitiesQuery {
925925
{
926926
31 // min(32 or 124, 124 / 4)
927927
} else {
928-
15 // min(60, 60 / 4)
928+
16 // min(64, 64 / 4)
929929
},
930930
// "Maximum threads per threadgroup"
931931
// https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf#page=6

0 commit comments

Comments
 (0)