diff --git a/files/en-us/web/api/gpudevice/createrenderpipelineasync/index.md b/files/en-us/web/api/gpudevice/createrenderpipelineasync/index.md index d2fe589407f70d1..ca870438d9ba4ed 100644 --- a/files/en-us/web/api/gpudevice/createrenderpipelineasync/index.md +++ b/files/en-us/web/api/gpudevice/createrenderpipelineasync/index.md @@ -42,6 +42,7 @@ A validation error can occur if any of the following are false: - For `depthStencil` objects: - `format` is a [`depth-or-stencil`](https://gpuweb.github.io/gpuweb/#depth-or-stencil-format) format. + - The [`depthBias`](#depthbias), [`depthBiasClamp`](#depthbiasclamp), and [`depthBiasSlopeScale`](#depthbiasslopescale) properties are set to 0 for line and point topologies, i.e., if [`topology`](#topology) is set to `"line-list"`, `"line-strip"`, or `"point-list"`. - If `depthWriteEnabled` is `true` or `depthCompare` is not `"always"`, `format` has a depth component. - If `stencilFront` or `stencilBack`'s properties are not at their default values, `format` has a stencil component. - For `fragment` objects: