nw::gfx::ShaderBinaryInfo::SearchUniformIndex Member Function

Syntax

::std::pair< s32, SymbolType > SearchUniformIndex(
     s32 shaderIndex,
     const char * name
) const;

Arguments

Name Description
in shaderIndex The shader index.
in name Vertex uniform name.

Return Values

Gets the corresponding combination of vertex index and type information.

Description

Gets the vertex uniform index.


CONFIDENTIAL