Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
Isaac Marovitz 2025-03-16 15:46:58 -04:00
parent 58e4631dce
commit c3b320e314
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -364,7 +364,7 @@ float4 tfetchR11G11B10(uint4 value)
else
{
#ifdef __air__
return (float4)value;
return as_type<float4>(value);
#else
return asfloat(value);
#endif