nw::font::RectDrawer::GetCommandBufferSize Member Function

Syntax

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

Arguments

Name Description
in shaderBinary The shader binary.
in size Size of the shader binary.

Return Values

Returns the memory size of the command buffer.

Description

Gets the size of the stream buffer required by RectDrawer.


CONFIDENTIAL