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

Syntax

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

s32 BuildShaderProgramCommand(
     s32 vertexIndex,
     s32 geometryIndex
) const;

List of Overloaded Member Functions

BuildShaderProgramCommand(s32, s32, u32 *, u32) Generates commands for configuring the shader program.
BuildShaderProgramCommand(s32, s32) Creates commands in the specified buffer for configuring the shader program.

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

Generates commands for configuring the shader program.

Description of BuildShaderProgramCommand(s32, s32)

Creates commands in the specified buffer for configuring the shader program.


CONFIDENTIAL