You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test all the image formats:
e.g. un8
generate a tiny ppm (P3) image; make kernel that fetches a pixel
observe that:
un8 returns 1.0,0.0,0.0 for red
u8 returns 255.0,0.0,0.0 for red
...
The text was updated successfully, but these errors were encountered:
test all the image formats:
e.g. un8
generate a tiny ppm (P3) image; make kernel that fetches a pixel
observe that:
un8 returns 1.0,0.0,0.0 for red
u8 returns 255.0,0.0,0.0 for red
...
The text was updated successfully, but these errors were encountered: