potatoengine / potato

Hobby C++ game engine
MIT License
38 stars 2 forks source link

Rendering refactor #298

Closed seanmiddleditch closed 2 years ago

seanmiddleditch commented 2 years ago

Changes to abstract more of render backend details behind our gpu abstraction.

This is one of a long set of changes to follow before we can easily merge in D3D12 support, I believe.

Primary changes: