nw::demo::GraphicsDrawing::InitializeShape Member Function

Syntax

bool InitializeShape(
     void * pShaderBinary,
     size_t binarySize
);

Arguments

Name Description
in pShaderBinary Pointer to the shape shader binary.
in binarySize Size of the shape shader binary.

Return Values

Returns true if initialized successfully and false otherwise.

Description

Initializes the shader used to render shapes.


CONFIDENTIAL