diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-08-27 19:13:46 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-08-27 19:13:46 +0200 |
| commit | 9684ade23e80540da9a44ee33e7a3b4c14f85ea0 (patch) | |
| tree | 105e54f1d0c44ee9e4054fab675b78021d01dcdc | |
| parent | 8694fa5f7881117dc34ef898b0c1fe9b2bf81501 (diff) | |
fix -vet-tabs
| -rw-r--r-- | vendor/wgpu/wgpu.odin | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/wgpu/wgpu.odin b/vendor/wgpu/wgpu.odin index cb37de611..ff52cdcb5 100644 --- a/vendor/wgpu/wgpu.odin +++ b/vendor/wgpu/wgpu.odin @@ -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 { |