commit | 1c8d4c694bfb95ab90f152da710a8a9459a20228 | [log] [tgz] |
---|---|---|
author | Serge Martin <edb+mesa@sigluy.net> | Tue Aug 30 10:10:01 2016 +0200 |
committer | Serge Martin <edb@sigluy.net> | Fri Sep 16 22:09:47 2016 +0200 |
tree | 2101e22305404a9a7d75bd9126ff2291ed8817b9 | |
parent | f65187bb937dcd0b3a388c946feda674151eef0e [diff] |
clover: fix getting scalar args api size This fix getting the size of a struct arg. vec3 types still work ok. Only buit-in args need to have power of two alignment, getTypeAllocSize reports the correct size in all cases. Acked-by: Francisco Jerez <currojerez@riseup.net>