diff options
Diffstat (limited to 'gpu/command_buffer/service/disk_cache_proto.proto')
-rw-r--r-- | gpu/command_buffer/service/disk_cache_proto.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/disk_cache_proto.proto b/gpu/command_buffer/service/disk_cache_proto.proto index c165443..2c504aa 100644 --- a/gpu/command_buffer/service/disk_cache_proto.proto +++ b/gpu/command_buffer/service/disk_cache_proto.proto @@ -5,12 +5,14 @@ message ShaderInfoProto { optional int32 size = 2; optional string name = 3; optional string key = 4; + optional int32 precision = 5; } message ShaderProto { optional bytes sha = 1; repeated ShaderInfoProto attribs = 2; repeated ShaderInfoProto uniforms = 3; + repeated ShaderInfoProto varyings = 4; } message GpuProgramProto { |