Searched refs:setShiftTextureBinding (Results 1 – 3 of 3) sorted by relevance
465 … GLSLANG_EXPORT void setShiftTextureBinding(unsigned int base); // DEPRECATED: use setShiftBinding
302 shader.setShiftTextureBinding(baseTextureBinding); in compileLinkIoMap()
1831 void TShader::setShiftTextureBinding(unsigned int base) { setShiftBinding(EResTexture, base); } in setShiftTextureBinding() function in glslang::TShader