• F
    stb_image: Support optional args consistently. · 22c72a06
    Fabian Giesen 提交于
    My guideline for the rules is the PNG loader (which I consider
    "canonical"). In the _load functions, x and y are required but
    comp is optional; in the _info functions, all three are optional.
    
    Fixes issue #411 (and other related, unreported issues).
    22c72a06
stb_image.h 239.6 KB