nw::font::TextWriterResource::InitResource Member Function

Syntax

void InitResource(
     const void * shaderBinary,
     u32 size
);

Arguments

Name Description
in shaderBinary The shader binary (nwfont_TextWriterShader.shbin)
in size Size of the shader binary

Return Values

None.

Description

Allocates and initializes resource used by DMPGL for drawing. (Deprecated)

Revision History

2009/11/09
Initial version.

CONFIDENTIAL