pex-context
pex-context copied to clipboard
Add support for clearBuffer
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]],
})