serpent
serpent copied to clipboard
Abstraction of pipeline
Much of our code was hardcoded to bgfx, which proved an error in design as we can't do any proper unit testing that way.
We need to continue the implementation of the NoopPipeline so that we can perform CPU side testing. This means abstracting the texture and shader implementations further until no bgfx
specific code exists outside of the pipeline.bgfx module.