diff --git a/dist/index.d.ts b/dist/index.d.ts index cdbcbb2c..294240dd 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -298,6 +298,7 @@ type GPUErrorFilter = | "internal"; type GPUFeatureName = + | "atomic-vec2u-min-max" | "core-features-and-limits" | "depth-clip-control" | "depth32float-stencil8" @@ -320,7 +321,8 @@ type GPUFeatureName = | "texture-formats-tier2" | "primitive-index" | "texture-component-swizzle" - | "subgroup-size-control"; + | "subgroup-size-control" + | "texture-compression-unaligned"; type GPUFilterMode = | "nearest" @@ -554,8 +556,8 @@ type GPUVertexFormat = | "sint32x3" | "sint32x4" | "unorm10-10-10-2" - | "snorm10-10-10-2" - | "unorm8x4-bgra"; + | "unorm8x4-bgra" + | "snorm10-10-10-2"; type GPUVertexStepMode = | "vertex" diff --git a/generated/index.d.ts b/generated/index.d.ts index 3d12dadf..29b57964 100644 --- a/generated/index.d.ts +++ b/generated/index.d.ts @@ -298,6 +298,7 @@ type GPUErrorFilter = | "internal"; type GPUFeatureName = + | "atomic-vec2u-min-max" | "core-features-and-limits" | "depth-clip-control" | "depth32float-stencil8" @@ -320,7 +321,8 @@ type GPUFeatureName = | "texture-formats-tier2" | "primitive-index" | "texture-component-swizzle" - | "subgroup-size-control"; + | "subgroup-size-control" + | "texture-compression-unaligned"; type GPUFilterMode = | "nearest" @@ -554,7 +556,8 @@ type GPUVertexFormat = | "sint32x3" | "sint32x4" | "unorm10-10-10-2" - | "unorm8x4-bgra"; + | "unorm8x4-bgra" + | "snorm10-10-10-2"; type GPUVertexStepMode = | "vertex" diff --git a/gpuweb b/gpuweb index 43fd093c..cd910cf6 160000 --- a/gpuweb +++ b/gpuweb @@ -1 +1 @@ -Subproject commit 43fd093c6cd9782db829c3a4a563fed2b966744e +Subproject commit cd910cf650d05481b60bad2b44476caff974962f