pLoadImage

Load image from file into CPU memory (RAM)

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pLoadImage = Image function
(
const(char)* fileName
)

Meta