Mercurial > pub > dyncall > bindings
view lua/luadyncall/share/dynport/SDL_image.dynport @ 46:c21d1c2c84e1
- removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways)
* implies renaming pydcext.* to pydc.*
* while at it, iterate directly over args that are passed in (before we did extract fptr, sig and a tuple for the args and iterated over latter afterwards); we might have a tiny perf improvement now
- added type stub as package_data
author | Tassilo Philipp |
---|---|
date | Fri, 13 Nov 2020 14:10:31 +0100 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
:lib SDL_image|SDL_image-1.2 . :fun IMG_InvertAlpha(i)i; IMG_Linked_Version()*<SDL_version>; IMG_Load(*c)*<SDL_Surface>; IMG_LoadBMP_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadGIF_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadJPG_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadLBM_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadPCX_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadPNG_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadPNM_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadTGA_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadTIF_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadTyped_RW(*<SDL_RWops>i*c)*<SDL_Surface>; IMG_LoadXCF_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadXPM_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_LoadXV_RW(*<SDL_RWops>)*<SDL_Surface>; IMG_Load_RW(*<SDL_RWops>i)*<SDL_Surface>; IMG_ReadXPMFromArray(*)*<SDL_Surface>; IMG_isBMP(*<SDL_RWops>)i; IMG_isGIF(*<SDL_RWops>)i; IMG_isJPG(*<SDL_RWops>)i; IMG_isLBM(*<SDL_RWops>)i; IMG_isPCX(*<SDL_RWops>)i; IMG_isPNG(*<SDL_RWops>)i; IMG_isPNM(*<SDL_RWops>)i; IMG_isTIF(*<SDL_RWops>)i; IMG_isXCF(*<SDL_RWops>)i; IMG_isXPM(*<SDL_RWops>)i; IMG_isXV(*<SDL_RWops>)i; . .