1 /* 2 * Copyright 2016 Google Inc. 3 * 4 * Use of this source code is governed by a BSD-style license that can 5 * be found in the LICENSE file. 6 * 7 */ 8 9 #pragma once 10 11 // 12 // 13 // 14 15 #include "hs_vk_target.h" 16 17 // 18 // 19 // 20 21 #undef HS_TARGET_NAME 22 #define HS_TARGET_NAME hs_nvidia_sm35_u64 23 24 // 25 // 26 // 27 28 extern struct hs_vk_target const HS_TARGET_NAME; 29 30 // 31 // 32 // 33