Skip to content

Commit 4368058

Browse files
WIP: docs: narrow noted availability of builtin(primitive_index) to input
1 parent b285d3f commit 4368058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-types/src/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ bitflags_array! {
984984
///
985985
/// This is a native only feature.
986986
const SHADER_I16 = 1 << 34;
987-
/// Enables `builtin(primitive_index)` in fragment shaders.
987+
/// Enables `builtin(primitive_index)` in fragment shader input.
988988
///
989989
/// Note: enables geometry processing for pipelines using the builtin.
990990
/// This may come with a significant performance impact on some hardware.

0 commit comments

Comments
 (0)