Skip to content

spirv: fix GLSLstd450Modf when the destination is function/private vector

Rhys Perry requested to merge pendingchaos/mesa:spirv_modf_struct into master

We can't write to an individual component in a function_temp vector, so we have to use vtn_variable_store() which does a load+insert+store.

Edited by Rhys Perry

Merge request reports