kylebarron / deck.gl-raster

deck.gl layers and WebGL modules for client-side satellite imagery analysis
https://kylebarron.dev/deck.gl-raster/
MIT License
85 stars 10 forks source link

Renderbuffer for convolutions? #50

Open kylebarron opened 4 years ago

kylebarron commented 4 years ago

Can you do a two-step process, where you first load the textures into a framebuffer/renderbuffer, and then the second step renders from there? Would that help with convolutions where you need data outside the tile?