1 min readMay 17, 2019
In openrndr as easy as typing:
colorBuffer(
width = width,
height = height,
format = ColorFormat.RGB,
type = ColorType.FLOAT32
)
However it results in runtime exception on my laptop. I wonder if my integrated intel GPU even supports 32bit color type for buffers. Still I can specify FLOAT16