Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | Move stencil into each framebuffer (#156) | Erik Reider | |
* Move stencil into each framebuffer Also fixes the stencil being added to the wrong framebuffer * Initialize texture members on framebuffer init * removed bind arg * renamed init to create, changed existing create to update * moved stencil buffer creation to new function * removed some now misleading comments --------- Co-authored-by: William McKinnon <[email protected]> | |||
2023-04-24 | removed width and height parameters from fx_framebuffer_bind() | Will McKinnon | |
2023-04-24 | store viewport width & height in fx_renderer | Will McKinnon | |
2023-04-17 | Add kawase blur (#120) | Erik Reider | |
Co-authored-by: Erik Reider <[email protected]> Co-authored-by: Will McKinnon <[email protected]> |