Home
last modified time | relevance | path

Searched refs:MEMORY_AREA_VRAMB (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_IRenderTarget.h79 MEMORY_AREA_VRAMB = internal::MEMORY_AREA_VRAMB_INTERNAL, //!< VRAMのBチャンネルの領域を表します。 enumerator
123 depthArea(MEMORY_AREA_VRAMB), in Description()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_IRenderTarget.cpp82 …moryArea)(texture.GetLocationFlag() & (MEMORY_AREA_FCRAM | MEMORY_AREA_VRAMA | MEMORY_AREA_VRAMB)); in CreateOffScreenBuffer()