CUBEMAP_ALLFACES is an utility flag for checking that a cubemap is complete that seems defined in the DDS format definition header according to this doc.
I also took the liberty of adding [rustfmt::skip] in the two places where special indentation was used, sadly as attributes on expressions aren't stable that meant adding an additional binding in one case.
CUBEMAP_ALLFACES
is an utility flag for checking that a cubemap is complete that seems defined in the DDS format definition header according to this doc.I also took the liberty of adding
[rustfmt::skip]
in the two places where special indentation was used, sadly as attributes on expressions aren't stable that meant adding an additional binding in one case.