osu-framework
osu-framework copied to clipboard
Increase interface surface of Veldrid components
Prereqs:
- [ ] https://github.com/ppy/osu-framework/pull/6187
Some components are generic enough that they don't need to be reimplemented:
VeldridShaderVeldridTexture
These components use IVeldridRenderer.
Other components are a bit more specific to VeldridRenderer and either need to be reimplemented, or not implemented at all:
VeldridVertexBufferVeldridFrameBuffer
These components use VeldridRenderer.