MTLRegion

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++) final @nogc nothrow
@ObjectiveC
struct MTLRegion {}

Members

Variables

origin
MTLOrigin origin;

The coordinates of the front upper-left corner of the region.

size
MTLSize size;

The dimensions of the region.

Meta