In https://github.com/pygfx/rendercanvas/pull/75/files I see that
rgba-u8
rgba-u16
rgba-f16
rgba-f32
I'm wondering if it would also be possible to add support for
rgba-u32
rgba-i8
rgba-i16
rgba-i32
We use i16 sometimes because u16 doesn't seem to be supported by pytorch in many operations.
Exciting that this has come through!
In https://github.com/pygfx/rendercanvas/pull/75/files I see that
rgba-u8rgba-u16rgba-f16rgba-f32I'm wondering if it would also be possible to add support for
rgba-u32rgba-i8rgba-i16rgba-i32We use
i16sometimes becauseu16doesn't seem to be supported by pytorch in many operations.Exciting that this has come through!