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

Syntax

s32 BuildCommonCommand(
     u32 * bufferAddress,
     u32 bufferSize
) const;

s32 BuildCommonCommand() const;

List of Overloaded Member Functions

BuildCommonCommand ( u32 *, u32 ) Generates 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 )

Generates 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