@@ -1456,7 +1456,7 @@ interface GPURenderPipelineDescriptor
14561456interface GPURequestAdapterOptions {
14571457 /**
14581458 * Requests an adapter that supports at least a particular set of capabilities.
1459- * This influences the {@link adapter/{ @link https://www.w3.org/TR/webgpu/ default feature level} } of devices created
1459+ * This influences the {@link adapter#[[ default feature level]] } of devices created
14601460 * from this adapter. The capabilities for each level are defined below, and the exact
14611461 * steps are defined in {@link GPU#requestAdapter} and "a new device".
14621462 * If the implementation or system does not support all of the capabilities in the
@@ -1472,7 +1472,7 @@ interface GPURequestAdapterOptions {
14721472 * - The limit/Default limits.
14731473 * - {@link GPUFeatureName} `"core-features-and-limits"`.
14741474 * Note:
1475- * Adapters with this {@link adapter/{ @link https://www.w3.org/TR/webgpu/ default feature level} } may
1475+ * Adapters with this {@link adapter#[[ default feature level]] } may
14761476 * conventionally be referred to as "Core-defaulting".
14771477 * : <dfn noexport>"compatibility"</dfn>
14781478 * The following set of capabilities:
@@ -1482,7 +1482,7 @@ interface GPURequestAdapterOptions {
14821482 * validation rules, {@link GPU#requestAdapter} will ignore this request and
14831483 * treat it as a request for feature level string/"core".
14841484 * Note:
1485- * Adapters with this {@link adapter/{ @link https://www.w3.org/TR/webgpu/ default feature level} } may
1485+ * Adapters with this {@link adapter#[[ default feature level]] } may
14861486 * conventionally be referred to as "Compatibility-defaulting".
14871487 */
14881488 featureLevel ?: string ;
0 commit comments