chung-leong / pb2zig

Pixel Bender to Zig code translator
MIT License
17 stars 1 forks source link

Add test cases for u16, i16, and f32 pixel types #32

Closed chung-leong closed 9 months ago

chung-leong commented 9 months ago

32-bit integer types cause problems as their max values cannot be accurately stored in a 32-bit float.