The OpenD Programming Language

Image._layerOffset

Pitch in bytes between successive layers. All layers have same dimension and constraints and type. Always >= 0, unlike _pitch.

struct Image
package nothrow @nogc @safe
int _layerOffset;

Meta