| ... | @@ -195,7 +195,7 @@ pub fn binNameAlloc(allocator: std.mem.Allocator, options: BinNameOptions) error | ... | @@ -195,7 +195,7 @@ pub fn binNameAlloc(allocator: std.mem.Allocator, options: BinNameOptions) error |
| 195 | }), | 195 | }), |
| 196 | }, | 196 | }, |
| 197 | .nvptx => return std.fmt.allocPrint(allocator, "{s}.ptx", .{root_name}), | 197 | .nvptx => return std.fmt.allocPrint(allocator, "{s}.ptx", .{root_name}), |
| 198 | .dxcontainer => @panic("TODO what's the file extension for these?"), | 198 | .dxcontainer => return std.fmt.allocPrint(allocator, "{s}.dxil", .{root_name}), |
| 199 | } | 199 | } |
| 200 | } | 200 | } |
| 201 | | 201 | |