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 "ConvertVertex.comp.json: Build parameters for ConvertVertex.comp.", 8 "", 9 "Notes:", 10 " - Optimized ConvertVertex shaders crash old AMD drivers. Optimization is tentatively", 11 " disabled until ANGLE try bots are upgraded. http://anglebug.com/4720" 12 ], 13 "Conversion": [ 14 [ "SintToSint", "-Od" ], 15 [ "UintToUint", "-Od" ], 16 [ "SintToFloat", "-Od" ], 17 [ "UintToFloat", "-Od" ], 18 [ "SnormToFloat", "-Od" ], 19 [ "UnormToFloat", "-Od" ], 20 [ "FixedToFloat", "-Od" ], 21 [ "FloatToFloat", "-Od" ] 22 ] 23} 24