Skip to content

Commit 35e06a2

Browse files
WIP: docs: narrow noted availability of builtin(primitive_index) to input
1 parent 702c4ef commit 35e06a2

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
@@ -986,7 +986,7 @@ bitflags_array! {
986986
///
987987
/// This is a native only feature.
988988
const SHADER_I16 = 1 << 34;
989-
/// Enables `builtin(primitive_index)` in fragment shaders.
989+
/// Enables `builtin(primitive_index)` in fragment shader input.
990990
///
991991
/// Note: enables geometry processing for pipelines using the builtin.
992992
/// This may come with a significant performance impact on some hardware.

0 commit comments

Comments
 (0)