Skip to content

Commit 71a630a

Browse files
committed
More uints
1 parent f6323c9 commit 71a630a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/LegitScript/LegitScriptWasm.wasm

74 Bytes
Binary file not shown.

src/types.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export type LegitScriptCachedImageRequest = {
207207
id: number
208208
type : 'CachedImageRequest'
209209
pixel_format: string
210-
size : ivec2
210+
size : uvec2
211211
}
212212
export type LegitScriptLoadedImageRequest = {
213213
filename : string
@@ -230,7 +230,11 @@ export type LegitScriptContextInput =
230230
LegitScriptOptInt |
231231
LegitScriptOptIVec2 |
232232
LegitScriptOptIVec3 |
233-
LegitScriptOptIVec4
233+
LegitScriptOptIVec4 |
234+
LegitScriptOptUInt |
235+
LegitScriptOptUVec2 |
236+
LegitScriptOptUVec3 |
237+
LegitScriptOptUVec4
234238

235239

236240
export type LegitScriptFrameResult = {

0 commit comments

Comments
 (0)