loadRaw - multiple declarations
Function loadRaw
Wraps IMG_Load_RW
which loads an image from a data buffer into a software dsdl
Parameters
Name | Description |
---|---|
data | data buffer of the image |
Returns
dsdl
of the loaded image
Throws
dsdl
if failed to load the image
Function loadRaw
Wraps IMG_LoadTyped_RW
which loads a typed image from a data buffer into a software dsdl
Parameters
Name | Description |
---|---|
data | data buffer of the image |
type | specified type of the image |
Returns
dsdl
of the loaded image
Throws
dsdl
if failed to load the image