| author | |
| committer | |
| log | 9787df9421ad9d3fcb08cc7b394656542b16cfae |
| tree | a2dd1e45cc92b11251f2b958f02b90dc0915832f |
| parent | cb1fe0e578de6ebda4650a8404a85a3bb6e2476a |
The description was incorrectly copied from physical_storage_buffer.
Reviewed-on: https://codeberg.org/ziglang/zig/pulls/352722 files changed, 2 insertions(+), 2 deletions(-)
lib/std/Target/spirv.zig+1-1| ... | ... | @@ -123,7 +123,7 @@ pub const all_features = blk: { |
| 123 | 123 | }; |
| 124 | 124 | result[@intFromEnum(Feature.variable_pointers)] = .{ |
| 125 | 125 | .llvm_name = null, |
| 126 | .description = "Enable SPV_KHR_physical_storage_buffer extension and the PhysicalStorageBufferAddresses capability", | |
| 126 | .description = "Enable SPV_KHR_variable_pointers extension and the VariablePointers capability", | |
| 127 | 127 | .dependencies = featureSet(&[_]Feature{ |
| 128 | 128 | .v1_0, |
| 129 | 129 | }), |
tools/update_cpu_features.zig+1-1| ... | ... | @@ -1507,7 +1507,7 @@ const targets = [_]ArchTarget{ |
| 1507 | 1507 | }, |
| 1508 | 1508 | .{ |
| 1509 | 1509 | .zig_name = "variable_pointers", |
| 1510 | .desc = "Enable SPV_KHR_physical_storage_buffer extension and the PhysicalStorageBufferAddresses capability", | |
| 1510 | .desc = "Enable SPV_KHR_variable_pointers extension and the VariablePointers capability", | |
| 1511 | 1511 | .deps = &.{"v1_0"}, |
| 1512 | 1512 | }, |
| 1513 | 1513 | }, |