are currently (still) of type RGBA whereas PBRMaterial (Metallic) and PBRMaterial (Specular) are using GPU<RGBA>. Could the former be updated to also use GPU<RGBA>?
While at it I think it’d make sense to also change the Metalness and Roughness of PBRMaterial to GPU<Float32>.

thanks