diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2021-01-27 16:56:58 -0600 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2021-01-27 16:57:08 -0600 |
commit | 86e8eed50cb9f048d1b4112acfa4047851a4bb23 (patch) | |
tree | 4803b69073351b6dfc66726bfd573723286e85be /include/spirv/unified1/spirv.cs | |
parent | faa570afbc91ac73d594d787486bcf8f2df1ace0 (diff) | |
download | SPIRV-Headers-86e8eed50cb9f048d1b4112acfa4047851a4bb23.tar.gz SPIRV-Headers-86e8eed50cb9f048d1b4112acfa4047851a4bb23.tar.bz2 SPIRV-Headers-86e8eed50cb9f048d1b4112acfa4047851a4bb23.zip |
Re-run buildSpvHeaders to fix indentation
Diffstat (limited to 'include/spirv/unified1/spirv.cs')
-rw-r--r-- | include/spirv/unified1/spirv.cs | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/spirv/unified1/spirv.cs b/include/spirv/unified1/spirv.cs index 3a07e52..ea1036d 100644 --- a/include/spirv/unified1/spirv.cs +++ b/include/spirv/unified1/spirv.cs @@ -1106,14 +1106,16 @@ namespace Spv Horizontal4Pixels = 0x00000008, } - public enum FPDenormMode { - Preserve = 0, - FlushToZero = 1, + public enum FPDenormMode + { + Preserve = 0, + FlushToZero = 1, } - public enum FPOperationMode { - IEEE = 0, - ALT = 1, + public enum FPOperationMode + { + IEEE = 0, + ALT = 1, } public enum Op |