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

Syntax

bool InitializeShape(
     os::IAllocator * allocator,
     const wchar_t * shaderPath
);

bool InitializeShape(
     void * pShaderBinary,
     size_t binarySize
);

List of Overloaded Member Functions

InitializeShape(os::IAllocator *, const wchar_t *) Initializes shape rendering.
InitializeShape(void *, size_t) Initializes the shader used to render shapes.

Description of InitializeShape(os::IAllocator *, const wchar_t *)

Initializes shape rendering.

Description of InitializeShape(void *, size_t)

Initializes the shader used to render shapes.


CONFIDENTIAL