Searched refs:rastDesc (Results 1 – 1 of 1) sorted by relevance
385 dawn::RasterizationStateDescriptor rastDesc; in applyState() local387 rastDesc.frontFace = dawn::FrontFace::CW; in applyState()388 rastDesc.cullMode = dawn::CullMode::None; in applyState()389 rastDesc.depthBias = 0; in applyState()390 rastDesc.depthBiasSlopeScale = 0.0f; in applyState()391 rastDesc.depthBiasClamp = 0.0f; in applyState()398 rpDesc.rasterizationState = &rastDesc; in applyState()