Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur committed Feb 11, 2024
1 parent bf54971 commit 4e34662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Ensure builtin binding isn't removed by unused glPerVertex builtin culling when
;; Ensure builtin binding isn't removed by unused gl_PerVertex builtin culling when
;; the builtin is used in a function defined after (in the SPIRV) the entry point.
;;
;; Generated from the following glsl via `glslc` (without `-O` flag):
Expand Down
3 changes: 2 additions & 1 deletion naga/tests/in/spv/unnamed-gl-per-vertex.spvasm
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
;; Make sure that we don't have a validation error due to lacking capabilities
;; for bulltins such as ClipDistance when those builtin are not actually used.
;;
;; This specifically doesn't name the glPerVertex struct to make sure we don't rely on checks for this name.
;; This specifically doesn't name the gl_PerVertex struct to make sure we don't
;; rely on checks for this name.
;;
;; See https://github.com/gfx-rs/wgpu/issues/4915
;;
Expand Down

0 comments on commit 4e34662

Please sign in to comment.