Function writeRef
Synopsis
#include <Source/Falcor/Core/API/Shader.h>
T ** writeRef()
Description
Get a writable reference suitable for use as a function output argument.
Source
Lines 119-119 in Source/Falcor/Core/API/Shader.h.
T** writeRef() { setNull(); return &mpObject; }