d3d12: Start implementation

This commit is contained in:
vlj 2015-05-10 01:05:00 +02:00 committed by Vincent Lejeune
parent d10c44ed3a
commit 976d707596
7 changed files with 727 additions and 5 deletions

View file

@ -474,7 +474,9 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
cbox_gs_render->Append("Null");
cbox_gs_render->Append("OpenGL");
//cbox_gs_render->Append("Software");
#ifdef WIN32
cbox_gs_render->Append("D3D12");
#endif
for(int i = 1; i < WXSIZEOF(ResolutionTable); ++i)
{