blob: e537e34b599b84744f9bc6e12bde376d8a2f75b6 [file] [log] [blame] [edit]
///////////////////////////////////////////////////////////////////////////////
// //
// DxilConvergentName.h //
// Copyright (C) Microsoft Corporation. All rights reserved. //
// This file is distributed under the University of Illinois Open Source //
// License. See LICENSE.TXT for details. //
// //
// Expose helper function name to avoid link issue with spirv. //
// //
///////////////////////////////////////////////////////////////////////////////
#pragma once
namespace hlsl {
static const char *kConvergentFunctionPrefix = "dxil.convergent.marker.";
}