@@ -345,7 +345,7 @@ export enum StoreOp {
export enum QueryType {
Occlusion = "occlusion",
PipelineStatistics = "pipeline-statistics",
- Timestamp = "timestamp"
+ Timestamp = "timestamp"
}
/** @hidden */
@@ -346,11 +346,11 @@ interface GPUSamplerBindingLayout {
type GPUTextureSampleType =
- | "float"
- | "unfilterable-float"
- | "depth"
- | "sint"
- | "uint";
+ | "float"
+ | "unfilterable-float"
+ | "depth"
+ | "sint"
+ | "uint";
interface GPUTextureBindingLayout {
sampleType?: GPUTextureSampleType; /* default="float" */