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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user