nn::gd::CTR::System::Debug::SetCustomTexture Member Function

Syntax

static void SetCustomTexture(
     Texture2D * customTexture
);

Parameters

Name Description
in customTexture Specifies a custom texture. If NULL, the type of 8x8 texture used by the System::debug::FILTER_TEXTURE_8X8 filter is used.

Return Values

None.

Description

Sets a custom texture to be used by the System::debug::FILTER_TEXTURE_CUSTOM filter. If a custom texture is not set (or if the custom texture is NULL), the gd library uses the type of 8x8 texture used with the System::debug::FILTER_TEXTURE_8X8 filter.


CONFIDENTIAL