Commit 0c41945a01
Changed files (2)
src
codegen
spirv
src/codegen/spirv/TypeConstantCache.zig → src/codegen/spirv/Cache.zig
File renamed without changes
src/codegen/spirv/Module.zig
@@ -21,7 +21,7 @@ const IdResultType = spec.IdResultType;
const Section = @import("Section.zig");
-const Cache = @import("TypeConstantCache.zig");
+const Cache = @import("Cache.zig");
pub const CacheKey = Cache.Key;
pub const CacheRef = Cache.Ref;
pub const CacheString = Cache.String;