WebIDLpedia

GPUTextureBindingLayout dictionary

Definition

WebGPU defines GPUTextureBindingLayout



dictionary GPUTextureBindingLayout {
    GPUTextureSampleType sampleType = "float";
    GPUTextureViewDimension viewDimension = "2d";
    boolean multisampled = false;
};

Referring IDL interfaces/dictionaries