nw::font::RectDrawer::GetVertexBufferCommandBufferSize Member Function

Syntax

static u32 GetVertexBufferCommandBufferSize(
     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 vertex buffer or command buffer.

Description

Gets the size of the vertex buffer or command buffer required by RectDrawer.


CONFIDENTIAL