You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now I have defined the pointers all as Pointer<void>
I'm trying to pass NULL but I get this error: TypeError: error setting argument 3 - writePointer: Buffer instance expected as third argument
I tried debugging the project and i found that NULL is seen as undefined
The text was updated successfully, but these errors were encountered:
I have this code in TypeScript:
Where SDL_RenderCopy is binded here as
For now I have defined the pointers all as Pointer<void>
I'm trying to pass NULL but I get this error:
TypeError: error setting argument 3 - writePointer: Buffer instance expected as third argument
I tried debugging the project and i found that NULL is seen as undefined
The text was updated successfully, but these errors were encountered: