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

Syntax

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

Arguments

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

Return Values

Returns the address below the last drawing command that was written.

Description

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

Revision History

2010/09/15
Initial version.

CONFIDENTIAL