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

Syntax

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

const char * SearchUniformIndex(
     s32 shaderIndex,
     SymbolType symbolType,
     s32 index
) const;

List of Overloaded Member Functions

SearchUniformIndex ( s32, const char * ) Gets the vertex uniform index.
SearchUniformIndex ( s32, SymbolType, s32 ) Gets the vertex uniform index.

Description of SearchUniformIndex ( s32, const char * )

Gets the vertex uniform index.

Description of SearchUniformIndex ( s32, SymbolType, s32 )

Gets the vertex uniform index.


CONFIDENTIAL