nw::demo::SimpleApp::Free Member Function

Syntax

static void Free(
     void*            ptr
);

Arguments

Name Description
in ptr Address to memory to be freed. Memory is freed without distinguishing between main memory and device memory.

Return Values

None.

Description

Frees memory.


CONFIDENTIAL