nw::gfx::res::ResImageTexture::DynamicBuilder Class

Syntax

class DynamicBuilder

Description

Class for dynamically building cameras. Memory is allocated in the number of bytes equal to the specified height and width in pixels. Memory for mipmaps is also allocated when a mipmap size has been specified.

Member Functions

DynamicBuilder Constructor.
~DynamicBuilder Destructor.
Height Sets the texture height.
Width Sets the texture width.
MipmapSize
LocationFlag Sets the texture location information flag.
LocationAddress Sets the physical address of the texture.
Format Sets the value of the format set in the register.
ExecutingMemoryFill Sets whether to clear the allocated pixel memory to zero.
DynamicAllocation Sets a flag for dynamically allocating memory. Memory is allocated dynamically by default.
Create Forcibly creates a texture.

CONFIDENTIAL