DxilConvergentName.h 908 B

123456789101112131415
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // //
  3. // DxilConvergentName.h //
  4. // Copyright (C) Microsoft Corporation. All rights reserved. //
  5. // This file is distributed under the University of Illinois Open Source //
  6. // License. See LICENSE.TXT for details. //
  7. // //
  8. // Expose helper function name to avoid link issue with spirv. //
  9. // //
  10. ///////////////////////////////////////////////////////////////////////////////
  11. #pragma once
  12. namespace hlsl {
  13. static const char *kConvergentFunctionPrefix = "dxil.convergent.marker.";
  14. }