enum MemArea;
| Value | Description |
|---|---|
| MEMAREA_FCRAM | Uses the texture placed in FCRAM as-is. |
| MEMAREA_VRAMA | Transfers the texture placed in FCRAM to VRAMA and then uses it. |
| MEMAREA_VRAMB | Transfers the texture placed in FCRAM to VRAMB and then uses it. |
| MEMAREA_MAX | Total number of enumerators. |
Used to specify memory layout.
CONFIDENTIAL