Closed LukasBanana closed 2 years ago
This is mostly done now with commit e3622eb:
RenderContext
interface was renamed to SwapChain
.VsyncDescriptor
, VideoModeDescriptor
, and RenderContextDescriptor
were merged into SwapChainDescriptor
.RenderContext::SetVideoMode
is replaced by SwapChain::ResizeBuffers
.
RenderSystem
interface should be renamed toDevice
andRenderContext
should be renamed toSwapChain
. Along this renaming, theRenderContextDescriptor
,VsyncDescriptor
andVideoModeDescriptor
should be merged intoSwapChainDescriptor
like this:Before:
After: