nn::font::CTR::RectDrawer::GetCommandBufferSize Member Function

Syntax

static u32 GetCommandBufferSize(
     const void * shaderBinary,
     u32 size
);

Arguments

Name Description
in shaderBinary A shader binary.
in size The shader binary size.

Return Values

Returns the memory size of the command buffer.

Description

Gets the size of the command buffer required for RectDrawer.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL