Skip to content

Commit af63d34

Browse files
committed
address comment
1 parent dda6175 commit af63d34

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

webgpu.h

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ typedef enum WGPUAdapterType {
276276
typedef enum WGPUAddressMode {
277277
/**
278278
* `0x00000000`.
279-
* No value. See @ref SentinelValues.
279+
* Indicates no value is passed for this argument. See @ref SentinelValues.
280280
*/
281281
WGPUAddressMode_Undefined = 0x00000000,
282282
WGPUAddressMode_ClampToEdge = 0x00000001,
@@ -288,7 +288,7 @@ typedef enum WGPUAddressMode {
288288
typedef enum WGPUBackendType {
289289
/**
290290
* `0x00000000`.
291-
* No value. See @ref SentinelValues.
291+
* Indicates no value is passed for this argument. See @ref SentinelValues.
292292
*/
293293
WGPUBackendType_Undefined = 0x00000000,
294294
WGPUBackendType_Null = 0x00000001,
@@ -305,7 +305,7 @@ typedef enum WGPUBackendType {
305305
typedef enum WGPUBlendFactor {
306306
/**
307307
* `0x00000000`.
308-
* No value. See @ref SentinelValues.
308+
* Indicates no value is passed for this argument. See @ref SentinelValues.
309309
*/
310310
WGPUBlendFactor_Undefined = 0x00000000,
311311
WGPUBlendFactor_Zero = 0x00000001,
@@ -327,7 +327,7 @@ typedef enum WGPUBlendFactor {
327327
typedef enum WGPUBlendOperation {
328328
/**
329329
* `0x00000000`.
330-
* No value. See @ref SentinelValues.
330+
* Indicates no value is passed for this argument. See @ref SentinelValues.
331331
*/
332332
WGPUBlendOperation_Undefined = 0x00000000,
333333
WGPUBlendOperation_Add = 0x00000001,
@@ -348,7 +348,7 @@ typedef enum WGPUBufferBindingType {
348348
WGPUBufferBindingType_BindingNotUsed = 0x00000000,
349349
/**
350350
* `0x00000001`.
351-
* No value. See @ref SentinelValues.
351+
* Indicates no value is passed for this argument. See @ref SentinelValues.
352352
*/
353353
WGPUBufferBindingType_Undefined = 0x00000001,
354354
WGPUBufferBindingType_Uniform = 0x00000002,
@@ -399,7 +399,7 @@ typedef enum WGPUCallbackMode {
399399
typedef enum WGPUCompareFunction {
400400
/**
401401
* `0x00000000`.
402-
* No value. See @ref SentinelValues.
402+
* Indicates no value is passed for this argument. See @ref SentinelValues.
403403
*/
404404
WGPUCompareFunction_Undefined = 0x00000000,
405405
WGPUCompareFunction_Never = 0x00000001,
@@ -475,7 +475,7 @@ typedef enum WGPUCreatePipelineAsyncStatus {
475475
typedef enum WGPUCullMode {
476476
/**
477477
* `0x00000000`.
478-
* No value. See @ref SentinelValues.
478+
* Indicates no value is passed for this argument. See @ref SentinelValues.
479479
*/
480480
WGPUCullMode_Undefined = 0x00000000,
481481
WGPUCullMode_None = 0x00000001,
@@ -530,7 +530,7 @@ typedef enum WGPUFeatureName {
530530
typedef enum WGPUFilterMode {
531531
/**
532532
* `0x00000000`.
533-
* No value. See @ref SentinelValues.
533+
* Indicates no value is passed for this argument. See @ref SentinelValues.
534534
*/
535535
WGPUFilterMode_Undefined = 0x00000000,
536536
WGPUFilterMode_Nearest = 0x00000001,
@@ -541,7 +541,7 @@ typedef enum WGPUFilterMode {
541541
typedef enum WGPUFrontFace {
542542
/**
543543
* `0x00000000`.
544-
* No value. See @ref SentinelValues.
544+
* Indicates no value is passed for this argument. See @ref SentinelValues.
545545
*/
546546
WGPUFrontFace_Undefined = 0x00000000,
547547
WGPUFrontFace_CCW = 0x00000001,
@@ -552,7 +552,7 @@ typedef enum WGPUFrontFace {
552552
typedef enum WGPUIndexFormat {
553553
/**
554554
* `0x00000000`.
555-
* No value. See @ref SentinelValues.
555+
* Indicates no value is passed for this argument. See @ref SentinelValues.
556556
*/
557557
WGPUIndexFormat_Undefined = 0x00000000,
558558
WGPUIndexFormat_Uint16 = 0x00000001,
@@ -563,7 +563,7 @@ typedef enum WGPUIndexFormat {
563563
typedef enum WGPULoadOp {
564564
/**
565565
* `0x00000000`.
566-
* No value. See @ref SentinelValues.
566+
* Indicates no value is passed for this argument. See @ref SentinelValues.
567567
*/
568568
WGPULoadOp_Undefined = 0x00000000,
569569
WGPULoadOp_Load = 0x00000001,
@@ -583,7 +583,7 @@ typedef enum WGPUMapAsyncStatus {
583583
typedef enum WGPUMipmapFilterMode {
584584
/**
585585
* `0x00000000`.
586-
* No value. See @ref SentinelValues.
586+
* Indicates no value is passed for this argument. See @ref SentinelValues.
587587
*/
588588
WGPUMipmapFilterMode_Undefined = 0x00000000,
589589
WGPUMipmapFilterMode_Nearest = 0x00000001,
@@ -656,7 +656,7 @@ typedef enum WGPUPresentMode {
656656
typedef enum WGPUPrimitiveTopology {
657657
/**
658658
* `0x00000000`.
659-
* No value. See @ref SentinelValues.
659+
* Indicates no value is passed for this argument. See @ref SentinelValues.
660660
*/
661661
WGPUPrimitiveTopology_Undefined = 0x00000000,
662662
WGPUPrimitiveTopology_PointList = 0x00000001,
@@ -722,7 +722,7 @@ typedef enum WGPUSamplerBindingType {
722722
WGPUSamplerBindingType_BindingNotUsed = 0x00000000,
723723
/**
724724
* `0x00000001`.
725-
* No value. See @ref SentinelValues.
725+
* Indicates no value is passed for this argument. See @ref SentinelValues.
726726
*/
727727
WGPUSamplerBindingType_Undefined = 0x00000001,
728728
WGPUSamplerBindingType_Filtering = 0x00000002,
@@ -745,7 +745,7 @@ typedef enum WGPUStatus {
745745
typedef enum WGPUStencilOperation {
746746
/**
747747
* `0x00000000`.
748-
* No value. See @ref SentinelValues.
748+
* Indicates no value is passed for this argument. See @ref SentinelValues.
749749
*/
750750
WGPUStencilOperation_Undefined = 0x00000000,
751751
WGPUStencilOperation_Keep = 0x00000001,
@@ -769,7 +769,7 @@ typedef enum WGPUStorageTextureAccess {
769769
WGPUStorageTextureAccess_BindingNotUsed = 0x00000000,
770770
/**
771771
* `0x00000001`.
772-
* No value. See @ref SentinelValues.
772+
* Indicates no value is passed for this argument. See @ref SentinelValues.
773773
*/
774774
WGPUStorageTextureAccess_Undefined = 0x00000001,
775775
WGPUStorageTextureAccess_WriteOnly = 0x00000002,
@@ -781,7 +781,7 @@ typedef enum WGPUStorageTextureAccess {
781781
typedef enum WGPUStoreOp {
782782
/**
783783
* `0x00000000`.
784-
* No value. See @ref SentinelValues.
784+
* Indicates no value is passed for this argument. See @ref SentinelValues.
785785
*/
786786
WGPUStoreOp_Undefined = 0x00000000,
787787
WGPUStoreOp_Store = 0x00000001,
@@ -834,7 +834,7 @@ typedef enum WGPUSurfaceGetCurrentTextureStatus {
834834
typedef enum WGPUTextureAspect {
835835
/**
836836
* `0x00000000`.
837-
* No value. See @ref SentinelValues.
837+
* Indicates no value is passed for this argument. See @ref SentinelValues.
838838
*/
839839
WGPUTextureAspect_Undefined = 0x00000000,
840840
WGPUTextureAspect_All = 0x00000001,
@@ -846,7 +846,7 @@ typedef enum WGPUTextureAspect {
846846
typedef enum WGPUTextureDimension {
847847
/**
848848
* `0x00000000`.
849-
* No value. See @ref SentinelValues.
849+
* Indicates no value is passed for this argument. See @ref SentinelValues.
850850
*/
851851
WGPUTextureDimension_Undefined = 0x00000000,
852852
WGPUTextureDimension_1D = 0x00000001,
@@ -858,7 +858,7 @@ typedef enum WGPUTextureDimension {
858858
typedef enum WGPUTextureFormat {
859859
/**
860860
* `0x00000000`.
861-
* No value. See @ref SentinelValues.
861+
* Indicates no value is passed for this argument. See @ref SentinelValues.
862862
*/
863863
WGPUTextureFormat_Undefined = 0x00000000,
864864
WGPUTextureFormat_R8Unorm = 0x00000001,
@@ -969,7 +969,7 @@ typedef enum WGPUTextureSampleType {
969969
WGPUTextureSampleType_BindingNotUsed = 0x00000000,
970970
/**
971971
* `0x00000001`.
972-
* No value. See @ref SentinelValues.
972+
* Indicates no value is passed for this argument. See @ref SentinelValues.
973973
*/
974974
WGPUTextureSampleType_Undefined = 0x00000001,
975975
WGPUTextureSampleType_Float = 0x00000002,
@@ -983,7 +983,7 @@ typedef enum WGPUTextureSampleType {
983983
typedef enum WGPUTextureViewDimension {
984984
/**
985985
* `0x00000000`.
986-
* No value. See @ref SentinelValues.
986+
* Indicates no value is passed for this argument. See @ref SentinelValues.
987987
*/
988988
WGPUTextureViewDimension_Undefined = 0x00000000,
989989
WGPUTextureViewDimension_1D = 0x00000001,
@@ -1039,7 +1039,7 @@ typedef enum WGPUVertexStepMode {
10391039
WGPUVertexStepMode_VertexBufferNotUsed = 0x00000000,
10401040
/**
10411041
* `0x00000001`.
1042-
* No value. See @ref SentinelValues.
1042+
* Indicates no value is passed for this argument. See @ref SentinelValues.
10431043
*/
10441044
WGPUVertexStepMode_Undefined = 0x00000001,
10451045
WGPUVertexStepMode_Vertex = 0x00000002,

0 commit comments

Comments
 (0)