spirv: rename TypeConstantCache -> Cache

This commit is contained in:
Robin Voetter 2023-05-29 23:57:36 +02:00
parent 0552a8b11f
commit 0c41945a01
No known key found for this signature in database
GPG Key ID: E755662F227CB468
2 changed files with 1 additions and 1 deletions

View File

@ -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;