1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-03 23:05:59 +02:00

wasm improvements

This commit is contained in:
Brian Fiete 2022-03-24 11:59:00 -07:00
parent 17b29c7227
commit 474454382f
6 changed files with 257 additions and 22 deletions

View file

@ -79,7 +79,7 @@ namespace SDL2
);
[LinkName("IMG_LoadTexture")]
private static extern SDL.Texture* LoadTexture(
public static extern SDL.Texture* LoadTexture(
SDL.Renderer* renderer,
char8* file
);