nn::gr::CTR::Texture::Unit3::MakeCommand Member Function

Syntax

bit32 * MakeCommand(
     bit32 * command,
     bool is_update_texture_func = true
) const;

Arguments

Name Description
in command The start address for storing the rendering command.
in is_update_texture_func Set to true if settings, such as the sampler type, have been changed.

Return Values

Returns the address that follows the end of the stored rendering command.

Description

Generates a command for setting texture unit 3 based on information already set.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL