Skip to content

Commit 57ea3bd

Browse files
Firestar99eddyb
authored andcommitted
update rspirv: replace bary_coord_nv with bary_coord using khr extension
1 parent 2b47103 commit 57ea3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rustc_codegen_spirv/src/symbols.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ const BUILTINS: &[(&str, BuiltIn)] = {
116116
("layer_per_view_nv", LayerPerViewNV),
117117
("mesh_view_count_nv", MeshViewCountNV),
118118
("mesh_view_indices_nv", MeshViewIndicesNV),
119-
("bary_coord_nv", BaryCoordNV),
120-
("bary_coord_no_persp_nv", BaryCoordNoPerspNV),
119+
("bary_coord", BaryCoordKHR),
120+
("bary_coord_no_persp", BaryCoordNoPerspKHR),
121121
("frag_size_ext", FragSizeEXT),
122122
("frag_invocation_count_ext", FragInvocationCountEXT),
123123
("launch_id", BuiltIn::LaunchIdKHR),

0 commit comments

Comments
 (0)