Skip to content

Commit

Permalink
Remove non-standard GPUAdapter requestAdapterInfo() method (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Sep 10, 2024
1 parent eb9f0e5 commit 6f43f94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1947,8 +1947,6 @@ interface GPUAdapter {
requestDevice(
descriptor?: GPUDeviceDescriptor
): Promise<GPUDevice>;
/** @deprecated Use `adapter.info` instead (once available in browsers). */
requestAdapterInfo(): Promise<GPUAdapterInfo>;
}

declare var GPUAdapter: {
Expand Down

0 comments on commit 6f43f94

Please sign in to comment.