Searched refs:compileResult (Results 1 – 1 of 1) sorted by relevance
280 const ST_ShaderCompileResult* compileResult, in getShaderLinkInfo() argument289 for (uint32_t i = 0; i < compileResult->nameHashingMap->entryCount; ++i) { in getShaderLinkInfo()290 linkInfo->nameMap[compileResult->nameHashingMap->ppUserNames[i]] = in getShaderLinkInfo()291 compileResult->nameHashingMap->ppCompiledNames[i]; in getShaderLinkInfo()303 compileResult->uniformsCount, in getShaderLinkInfo()304 compileResult->pUniforms, in getShaderLinkInfo()309 compileResult->inputVaryingsCount, compileResult->pInputVaryings, in getShaderLinkInfo()313 compileResult->outputVaryingsCount, compileResult->pOutputVaryings, in getShaderLinkInfo()328 compileResult->allAttributesCount, in getShaderLinkInfo()329 compileResult->pAllAttributes, in getShaderLinkInfo()[all …]