1{ 2 "Description": [ 3 "Copyright 2018 The ANGLE Project Authors. All rights reserved.", 4 "Use of this source code is governed by a BSD-style license that can be", 5 "found in the LICENSE file.", 6 "", 7 "ImageCopy.frag.json: Build parameters for ImageCopy.frag.", 8 "", 9 "Notes:", 10 " - Optimized ImageCopy shaders crash old AMD drivers. Optimization is tentatively", 11 " disabled until ANGLE try bots are upgraded. http://anglebug.com/4720" 12 ], 13 "SrcType": [ 14 "SrcIs2D", 15 "SrcIs2DArray", 16 "SrcIs3D" 17 ], 18 "SrcFormat": [ 19 [ "SrcIsFloat", "-Od" ], 20 [ "SrcIsSint", "-Od" ], 21 [ "SrcIsUint", "-Od" ] 22 ], 23 "DestFormat": [ 24 "DestIsFloat", 25 "DestIsSint", 26 "DestIsUint" 27 ] 28} 29