Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Dec 10, 2024
1 parent 1af6dea commit fd7834a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/util/navigator_gpu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export function setDefaultRequestAdapterOptions(options: GPURequestAdapterOption
// MAINTENANCE_TODO: remove this once compatibilityMode is removed.
defaultRequestAdapterOptions.featureLevel =
'compatibilityMode' in options && options.compatibilityMode ? 'compatibility' : 'core';

}

export function getDefaultRequestAdapterOptions() {
Expand Down

0 comments on commit fd7834a

Please sign in to comment.