mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
Merge pull request #448 from swistak35/develop
Add missing type annotation
This commit is contained in:
commit
bbfa78f080
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@ -76,7 +76,7 @@ export class Kernel {
|
||||
static isContextMatch(context: any): boolean;
|
||||
static nativeFunctionArgumentTypes(source: string): IArgumentTypes;
|
||||
static nativeFunctionReturnType(source: string): string;
|
||||
static destroyContext(context: any);
|
||||
static destroyContext(context: any): void;
|
||||
static features: IKernelFeatures;
|
||||
source: string | object;
|
||||
output: number[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user