sdfsdfs
This commit is contained in:
9
node_modules/pixi.js/lib/utils/browser/isWebGPUSupported.d.ts
generated
vendored
Normal file
9
node_modules/pixi.js/lib/utils/browser/isWebGPUSupported.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <reference types="@webgpu/types" />
|
||||
/**
|
||||
* Helper for checking for WebGPU support.
|
||||
* @param options - The options for requesting a GPU adapter.
|
||||
* @memberof utils
|
||||
* @function isWebGPUSupported
|
||||
* @returns Is WebGPU supported.
|
||||
*/
|
||||
export declare function isWebGPUSupported(options?: GPURequestAdapterOptions): Promise<boolean>;
|
Reference in New Issue
Block a user