nw::gfx::ShaderBinaryInfo::BuildCommonCommand Member Function

Syntax

s32 BuildCommonCommand(
     u32 * bufferAddress,
     u32 bufferSize
);

s32 BuildCommonCommand();

List of Overloaded Member Functions

BuildCommonCommand ( u32 *, u32 ) Creates a command for transferring the shader binary to the specified buffer.
BuildCommonCommand ( ) Creates a command for transferring the shader binary to the current command buffer.

Description of BuildCommonCommand ( u32 *, u32 )

Creates a command for transferring the shader binary to the specified buffer.

Description of BuildCommonCommand ( )

Creates a command for transferring the shader binary to the current command buffer.


CONFIDENTIAL