public final class MTLSize
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MTLSize() |
|
MTLSize(long width,
long height,
long depth) |
protected |
MTLSize(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
depth() |
long |
height() |
void |
setDepth(long value) |
void |
setHeight(long value) |
void |
setWidth(long value) |
long |
width() |