nw::lyt::MemArea Enumerated Type

Syntax

enum MemArea;

Value

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.

Description

Used to specify memory layout.

See Also

ImageFlag

Revision History

2011/02/28
Initial version.

CONFIDENTIAL