@@ -276,7 +276,7 @@ typedef enum WGPUAdapterType {
276
276
typedef enum WGPUAddressMode {
277
277
/* *
278
278
* `0x00000000`.
279
- * No value. See @ref SentinelValues.
279
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
280
280
*/
281
281
WGPUAddressMode_Undefined = 0x00000000 ,
282
282
WGPUAddressMode_ClampToEdge = 0x00000001 ,
@@ -288,7 +288,7 @@ typedef enum WGPUAddressMode {
288
288
typedef enum WGPUBackendType {
289
289
/* *
290
290
* `0x00000000`.
291
- * No value. See @ref SentinelValues.
291
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
292
292
*/
293
293
WGPUBackendType_Undefined = 0x00000000 ,
294
294
WGPUBackendType_Null = 0x00000001 ,
@@ -305,7 +305,7 @@ typedef enum WGPUBackendType {
305
305
typedef enum WGPUBlendFactor {
306
306
/* *
307
307
* `0x00000000`.
308
- * No value. See @ref SentinelValues.
308
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
309
309
*/
310
310
WGPUBlendFactor_Undefined = 0x00000000 ,
311
311
WGPUBlendFactor_Zero = 0x00000001 ,
@@ -327,7 +327,7 @@ typedef enum WGPUBlendFactor {
327
327
typedef enum WGPUBlendOperation {
328
328
/* *
329
329
* `0x00000000`.
330
- * No value. See @ref SentinelValues.
330
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
331
331
*/
332
332
WGPUBlendOperation_Undefined = 0x00000000 ,
333
333
WGPUBlendOperation_Add = 0x00000001 ,
@@ -348,7 +348,7 @@ typedef enum WGPUBufferBindingType {
348
348
WGPUBufferBindingType_BindingNotUsed = 0x00000000 ,
349
349
/* *
350
350
* `0x00000001`.
351
- * No value. See @ref SentinelValues.
351
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
352
352
*/
353
353
WGPUBufferBindingType_Undefined = 0x00000001 ,
354
354
WGPUBufferBindingType_Uniform = 0x00000002 ,
@@ -399,7 +399,7 @@ typedef enum WGPUCallbackMode {
399
399
typedef enum WGPUCompareFunction {
400
400
/* *
401
401
* `0x00000000`.
402
- * No value. See @ref SentinelValues.
402
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
403
403
*/
404
404
WGPUCompareFunction_Undefined = 0x00000000 ,
405
405
WGPUCompareFunction_Never = 0x00000001 ,
@@ -475,7 +475,7 @@ typedef enum WGPUCreatePipelineAsyncStatus {
475
475
typedef enum WGPUCullMode {
476
476
/* *
477
477
* `0x00000000`.
478
- * No value. See @ref SentinelValues.
478
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
479
479
*/
480
480
WGPUCullMode_Undefined = 0x00000000 ,
481
481
WGPUCullMode_None = 0x00000001 ,
@@ -530,7 +530,7 @@ typedef enum WGPUFeatureName {
530
530
typedef enum WGPUFilterMode {
531
531
/* *
532
532
* `0x00000000`.
533
- * No value. See @ref SentinelValues.
533
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
534
534
*/
535
535
WGPUFilterMode_Undefined = 0x00000000 ,
536
536
WGPUFilterMode_Nearest = 0x00000001 ,
@@ -541,7 +541,7 @@ typedef enum WGPUFilterMode {
541
541
typedef enum WGPUFrontFace {
542
542
/* *
543
543
* `0x00000000`.
544
- * No value. See @ref SentinelValues.
544
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
545
545
*/
546
546
WGPUFrontFace_Undefined = 0x00000000 ,
547
547
WGPUFrontFace_CCW = 0x00000001 ,
@@ -552,7 +552,7 @@ typedef enum WGPUFrontFace {
552
552
typedef enum WGPUIndexFormat {
553
553
/* *
554
554
* `0x00000000`.
555
- * No value. See @ref SentinelValues.
555
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
556
556
*/
557
557
WGPUIndexFormat_Undefined = 0x00000000 ,
558
558
WGPUIndexFormat_Uint16 = 0x00000001 ,
@@ -563,7 +563,7 @@ typedef enum WGPUIndexFormat {
563
563
typedef enum WGPULoadOp {
564
564
/* *
565
565
* `0x00000000`.
566
- * No value. See @ref SentinelValues.
566
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
567
567
*/
568
568
WGPULoadOp_Undefined = 0x00000000 ,
569
569
WGPULoadOp_Load = 0x00000001 ,
@@ -583,7 +583,7 @@ typedef enum WGPUMapAsyncStatus {
583
583
typedef enum WGPUMipmapFilterMode {
584
584
/* *
585
585
* `0x00000000`.
586
- * No value. See @ref SentinelValues.
586
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
587
587
*/
588
588
WGPUMipmapFilterMode_Undefined = 0x00000000 ,
589
589
WGPUMipmapFilterMode_Nearest = 0x00000001 ,
@@ -656,7 +656,7 @@ typedef enum WGPUPresentMode {
656
656
typedef enum WGPUPrimitiveTopology {
657
657
/* *
658
658
* `0x00000000`.
659
- * No value. See @ref SentinelValues.
659
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
660
660
*/
661
661
WGPUPrimitiveTopology_Undefined = 0x00000000 ,
662
662
WGPUPrimitiveTopology_PointList = 0x00000001 ,
@@ -722,7 +722,7 @@ typedef enum WGPUSamplerBindingType {
722
722
WGPUSamplerBindingType_BindingNotUsed = 0x00000000 ,
723
723
/* *
724
724
* `0x00000001`.
725
- * No value. See @ref SentinelValues.
725
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
726
726
*/
727
727
WGPUSamplerBindingType_Undefined = 0x00000001 ,
728
728
WGPUSamplerBindingType_Filtering = 0x00000002 ,
@@ -745,7 +745,7 @@ typedef enum WGPUStatus {
745
745
typedef enum WGPUStencilOperation {
746
746
/* *
747
747
* `0x00000000`.
748
- * No value. See @ref SentinelValues.
748
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
749
749
*/
750
750
WGPUStencilOperation_Undefined = 0x00000000 ,
751
751
WGPUStencilOperation_Keep = 0x00000001 ,
@@ -769,7 +769,7 @@ typedef enum WGPUStorageTextureAccess {
769
769
WGPUStorageTextureAccess_BindingNotUsed = 0x00000000 ,
770
770
/* *
771
771
* `0x00000001`.
772
- * No value. See @ref SentinelValues.
772
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
773
773
*/
774
774
WGPUStorageTextureAccess_Undefined = 0x00000001 ,
775
775
WGPUStorageTextureAccess_WriteOnly = 0x00000002 ,
@@ -781,7 +781,7 @@ typedef enum WGPUStorageTextureAccess {
781
781
typedef enum WGPUStoreOp {
782
782
/* *
783
783
* `0x00000000`.
784
- * No value. See @ref SentinelValues.
784
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
785
785
*/
786
786
WGPUStoreOp_Undefined = 0x00000000 ,
787
787
WGPUStoreOp_Store = 0x00000001 ,
@@ -834,7 +834,7 @@ typedef enum WGPUSurfaceGetCurrentTextureStatus {
834
834
typedef enum WGPUTextureAspect {
835
835
/* *
836
836
* `0x00000000`.
837
- * No value. See @ref SentinelValues.
837
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
838
838
*/
839
839
WGPUTextureAspect_Undefined = 0x00000000 ,
840
840
WGPUTextureAspect_All = 0x00000001 ,
@@ -846,7 +846,7 @@ typedef enum WGPUTextureAspect {
846
846
typedef enum WGPUTextureDimension {
847
847
/* *
848
848
* `0x00000000`.
849
- * No value. See @ref SentinelValues.
849
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
850
850
*/
851
851
WGPUTextureDimension_Undefined = 0x00000000 ,
852
852
WGPUTextureDimension_1D = 0x00000001 ,
@@ -858,7 +858,7 @@ typedef enum WGPUTextureDimension {
858
858
typedef enum WGPUTextureFormat {
859
859
/* *
860
860
* `0x00000000`.
861
- * No value. See @ref SentinelValues.
861
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
862
862
*/
863
863
WGPUTextureFormat_Undefined = 0x00000000 ,
864
864
WGPUTextureFormat_R8Unorm = 0x00000001 ,
@@ -969,7 +969,7 @@ typedef enum WGPUTextureSampleType {
969
969
WGPUTextureSampleType_BindingNotUsed = 0x00000000 ,
970
970
/* *
971
971
* `0x00000001`.
972
- * No value. See @ref SentinelValues.
972
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
973
973
*/
974
974
WGPUTextureSampleType_Undefined = 0x00000001 ,
975
975
WGPUTextureSampleType_Float = 0x00000002 ,
@@ -983,7 +983,7 @@ typedef enum WGPUTextureSampleType {
983
983
typedef enum WGPUTextureViewDimension {
984
984
/* *
985
985
* `0x00000000`.
986
- * No value. See @ref SentinelValues.
986
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
987
987
*/
988
988
WGPUTextureViewDimension_Undefined = 0x00000000 ,
989
989
WGPUTextureViewDimension_1D = 0x00000001 ,
@@ -1039,7 +1039,7 @@ typedef enum WGPUVertexStepMode {
1039
1039
WGPUVertexStepMode_VertexBufferNotUsed = 0x00000000 ,
1040
1040
/* *
1041
1041
* `0x00000001`.
1042
- * No value. See @ref SentinelValues.
1042
+ * Indicates no value is passed for this argument . See @ref SentinelValues.
1043
1043
*/
1044
1044
WGPUVertexStepMode_Undefined = 0x00000001 ,
1045
1045
WGPUVertexStepMode_Vertex = 0x00000002 ,
0 commit comments