@@ -18,131 +18,131 @@ public enum BlendFactor : uint
1818 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
1919 MinVersion = "1.0"
2020 ) ]
21- BlendFactorZero = 0 ,
21+ Zero = 0 ,
2222
2323 [ SupportedApiProfile (
2424 "vulkan" ,
2525 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
2626 MinVersion = "1.0"
2727 ) ]
28- BlendFactorOne = 1 ,
28+ One = 1 ,
2929
3030 [ SupportedApiProfile (
3131 "vulkan" ,
3232 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
3333 MinVersion = "1.0"
3434 ) ]
35- BlendFactorSrcColor = 2 ,
35+ SrcColor = 2 ,
3636
3737 [ SupportedApiProfile (
3838 "vulkan" ,
3939 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
4040 MinVersion = "1.0"
4141 ) ]
42- BlendFactorOneMinusSrcColor = 3 ,
42+ OneMinusSrcColor = 3 ,
4343
4444 [ SupportedApiProfile (
4545 "vulkan" ,
4646 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
4747 MinVersion = "1.0"
4848 ) ]
49- BlendFactorDstColor = 4 ,
49+ DstColor = 4 ,
5050
5151 [ SupportedApiProfile (
5252 "vulkan" ,
5353 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
5454 MinVersion = "1.0"
5555 ) ]
56- BlendFactorOneMinusDstColor = 5 ,
56+ OneMinusDstColor = 5 ,
5757
5858 [ SupportedApiProfile (
5959 "vulkan" ,
6060 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
6161 MinVersion = "1.0"
6262 ) ]
63- BlendFactorSrcAlpha = 6 ,
63+ SrcAlpha = 6 ,
6464
6565 [ SupportedApiProfile (
6666 "vulkan" ,
6767 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
6868 MinVersion = "1.0"
6969 ) ]
70- BlendFactorOneMinusSrcAlpha = 7 ,
70+ OneMinusSrcAlpha = 7 ,
7171
7272 [ SupportedApiProfile (
7373 "vulkan" ,
7474 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
7575 MinVersion = "1.0"
7676 ) ]
77- BlendFactorDstAlpha = 8 ,
77+ DstAlpha = 8 ,
7878
7979 [ SupportedApiProfile (
8080 "vulkan" ,
8181 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
8282 MinVersion = "1.0"
8383 ) ]
84- BlendFactorOneMinusDstAlpha = 9 ,
84+ OneMinusDstAlpha = 9 ,
8585
8686 [ SupportedApiProfile (
8787 "vulkan" ,
8888 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
8989 MinVersion = "1.0"
9090 ) ]
91- BlendFactorConstantColor = 10 ,
91+ ConstantColor = 10 ,
9292
9393 [ SupportedApiProfile (
9494 "vulkan" ,
9595 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
9696 MinVersion = "1.0"
9797 ) ]
98- BlendFactorOneMinusConstantColor = 11 ,
98+ OneMinusConstantColor = 11 ,
9999
100100 [ SupportedApiProfile (
101101 "vulkan" ,
102102 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
103103 MinVersion = "1.0"
104104 ) ]
105- BlendFactorConstantAlpha = 12 ,
105+ ConstantAlpha = 12 ,
106106
107107 [ SupportedApiProfile (
108108 "vulkan" ,
109109 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
110110 MinVersion = "1.0"
111111 ) ]
112- BlendFactorOneMinusConstantAlpha = 13 ,
112+ OneMinusConstantAlpha = 13 ,
113113
114114 [ SupportedApiProfile (
115115 "vulkan" ,
116116 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
117117 MinVersion = "1.0"
118118 ) ]
119- BlendFactorSrcAlphaSaturate = 14 ,
119+ SrcAlphaSaturate = 14 ,
120120
121121 [ SupportedApiProfile (
122122 "vulkan" ,
123123 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
124124 MinVersion = "1.0"
125125 ) ]
126- BlendFactorSrc1Color = 15 ,
126+ Src1Color = 15 ,
127127
128128 [ SupportedApiProfile (
129129 "vulkan" ,
130130 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
131131 MinVersion = "1.0"
132132 ) ]
133- BlendFactorOneMinusSrc1Color = 16 ,
133+ OneMinusSrc1Color = 16 ,
134134
135135 [ SupportedApiProfile (
136136 "vulkan" ,
137137 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
138138 MinVersion = "1.0"
139139 ) ]
140- BlendFactorSrc1Alpha = 17 ,
140+ Src1Alpha = 17 ,
141141
142142 [ SupportedApiProfile (
143143 "vulkan" ,
144144 [ "VK_VERSION_1_0" , "VK_VERSION_1_1" , "VK_VERSION_1_2" , "VK_VERSION_1_3" , "VK_VERSION_1_4" ] ,
145145 MinVersion = "1.0"
146146 ) ]
147- BlendFactorOneMinusSrc1Alpha = 18 ,
147+ OneMinusSrc1Alpha = 18 ,
148148}
0 commit comments