Open skerit opened 8 years ago
How would you modify surface pixel values, without having to use the drawPoint?
drawPoint
@skerit
let texture = win.render.createTexture(...)
texture.update(...)
I'm not sure if it works.
How would you modify surface pixel values, without having to use the
drawPoint
?