pex-context icon indicating copy to clipboard operation
pex-context copied to clipboard

Add support for clearBuffer

Open dmnsgn opened this issue 1 year ago • 1 comments

MDN clearBuffer

dmnsgn avatar May 20 '24 12:05 dmnsgn

as in e.g. array of colors in clearColor ? Yes, please.

ctx.pass({
  color: [colorBufferTex, normalBufferTex],
  clearColor: [[0, 0, 0, 1], [0, 0, 1, 1]], 
})

vorg avatar May 20 '24 12:05 vorg