The OpenD Programming Language

LOAD_16BIT

Load the image directly in 16-bit, can be faster than loading as 8-bit PNG and then converting to 16-bit. Can't be used with LOAD_8BIT or LOAD_FP32 flag.

nothrow @nogc @safe
enum LoadFlags LOAD_16BIT;

Meta