The OpenD Programming Language

LOAD_8BIT

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

nothrow @nogc @safe
enum LoadFlags LOAD_8BIT;

Meta