Searched refs:setShiftSsboBinding (Results 1 – 3 of 3) sorted by relevance
470 … GLSLANG_EXPORT void setShiftSsboBinding(unsigned int base); // DEPRECATED: use setShiftBinding
305 shader.setShiftSsboBinding(baseSsboBinding); in compileLinkIoMap()
1841 void TShader::setShiftSsboBinding(unsigned int base) { setShiftBinding(EResSsbo, base); } in setShiftSsboBinding() function in glslang::TShader