Skip to content

Commit

Permalink
fix -vet-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Aug 27, 2024
1 parent 8694fa5 commit 9684ade
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vendor/wgpu/wgpu.odin
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,11 @@ VertexStepMode :: enum i32 {
}

WGSLFeatureName :: enum i32 {
Undefined = 0x00000000,
ReadonlyAndReadwriteStorageTextures = 0x00000001,
Packed4x8IntegerDotProduct = 0x00000002,
UnrestrictedPointerParameters = 0x00000003,
PointerCompositeAccess = 0x00000004,
Undefined = 0x00000000,
ReadonlyAndReadwriteStorageTextures = 0x00000001,
Packed4x8IntegerDotProduct = 0x00000002,
UnrestrictedPointerParameters = 0x00000003,
PointerCompositeAccess = 0x00000004,
}

BufferUsage :: enum i32 {
Expand Down

0 comments on commit 9684ade

Please sign in to comment.