Skip to content

Separate D3D device creation from window/swapchain creation #1

Description

@Reedbeta

Today, D3D11Window::Init() just does everything. Should at least split it into two init methods: one for the D3D device, shaders, state blocks etc. and another for the window and swap chain. In fact, it should possibly be split into two classes, so you can easily have one device and several (or zero) windows/swapchains.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions