nw::gfx::res::ResImageTexture::Description Structure

Syntax

struct Description
{
   s32 height;
   s32 width;
   s32 mipmapSize;
   u32 locationFlag;
   u32 locationAddress;
   u32 formatHW;
   bool executingMemoryFill;
   bool isDynamicAllocation;
};

Description

Content to configure.

Member Variables

height The texture height.
width The texture width.
mipmapSize The mipmap size.
locationFlag Texture location information flag.
locationAddress The texture address.
formatHW Value of the format set in the register.
executingMemoryFill Indicates whether to clear the allocated pixel memory to zero.
isDynamicAllocation Flag for dynamically allocating memory.

Member Functions

Description Constructor.

CONFIDENTIAL