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

Syntax

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

Arguments

Name Description
out bufferAddress Address of the buffer for generating commands.
in bufferSize Maximum size of the buffer.

Return Values

Returns the command size that was output.

Description

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


CONFIDENTIAL