mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
Merge pull request #583 from sarthak-saxena/add-support-for-uint8clamedarray
Add support for type Uint8ClampedArray in KernelVariable
This commit is contained in:
commit
c27dae6f1d
3
src/index.d.ts
vendored
3
src/index.d.ts
vendored
@ -407,6 +407,7 @@ export type KernelVariable =
|
||||
| Uint8Array
|
||||
| Uint16Array
|
||||
| Uint32Array
|
||||
| Uint8ClampedArray
|
||||
| KernelOutput;
|
||||
|
||||
export type ThreadFunctionResult
|
||||
@ -665,4 +666,4 @@ export interface IDeclaration {
|
||||
valueType: string;
|
||||
dependencies: any;
|
||||
isSafe: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user