std.Target: Rename glsl450 Arch tag to opengl.

Versions can simply use the normal version range mechanism, or alternatively an
Abi tag if that makes more sense. For now, we only care about 4.5 anyway.
This commit is contained in:
Alex Rønne Petersen
2024-08-10 15:25:41 +02:00
parent 15a3ee1979
commit eb4539a27d
5 changed files with 17 additions and 17 deletions

View File

@@ -140,7 +140,7 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 {
.serenity => "serenity",
.vulkan => "vulkan",
.glsl450,
.opengl,
.plan9,
.minix,
.contiki,
@@ -210,7 +210,7 @@ pub fn targetOs(os_tag: std.Target.Os.Tag) llvm.OSType {
.freestanding,
.other,
.opencl,
.glsl450,
.opengl,
.plan9,
.minix,
.contiki,