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