deno / 1.23.2 / ~ / gpumultisamplestate.html /

GPUMultisampleState

interface GPUMultisampleState {
alphaToCoverageEnabled? : boolean;
count? : number;
mask? : number;
}

Properties

alphaToCoverageEnabled? : boolean
count? : number
mask? : number