nw::gfx::ShaderBinaryInfo::BuildShaderProgramCommand Member Function

Syntax

s32 BuildShaderProgramCommand(
     s32 vertexIndex,
     s32 geometryIndex,
     u32 * bufferAddress,
     u32 bufferSize
);

s32 BuildShaderProgramCommand(
     s32 vertexIndex,
     s32 geometryIndex
);

List of Overloaded Member Functions

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

Description of BuildShaderProgramCommand ( s32, s32, u32 *, u32 )

BuildShaderProgramCommand ( s32, s32 )

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


CONFIDENTIAL