We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6323c9 commit 71a630aCopy full SHA for 71a630a
src/LegitScript/LegitScriptWasm.wasm
74 Bytes
src/types.ts
@@ -207,7 +207,7 @@ export type LegitScriptCachedImageRequest = {
207
id: number
208
type : 'CachedImageRequest'
209
pixel_format: string
210
- size : ivec2
+ size : uvec2
211
}
212
export type LegitScriptLoadedImageRequest = {
213
filename : string
@@ -230,7 +230,11 @@ export type LegitScriptContextInput =
230
LegitScriptOptInt |
231
LegitScriptOptIVec2 |
232
LegitScriptOptIVec3 |
233
- LegitScriptOptIVec4
+ LegitScriptOptIVec4 |
234
+ LegitScriptOptUInt |
235
+ LegitScriptOptUVec2 |
236
+ LegitScriptOptUVec3 |
237
+ LegitScriptOptUVec4
238
239
240
export type LegitScriptFrameResult = {
0 commit comments