Rework vertex upload code and fix indexed renders

Rebase on current master; Refactor vertex upload code

Fix build; Minor fixes

Start preparations for merge

Fix generic indexed drawing bugs

Define WIN32_KHR only for windows

Remove linking against vulkan-1.lib
This commit is contained in:
kd-11 2016-02-21 18:50:49 +03:00
parent d287ba44ce
commit 3b6e3fb3b4
25 changed files with 6545 additions and 193 deletions

View file

@ -252,6 +252,8 @@ SettingsDialog::SettingsDialog(wxWindow *parent, rpcs3::config_t* cfg)
}
#endif
cbox_gs_render->Append("Vulkan");
for (int i = 1; i < WXSIZEOF(ResolutionTable); ++i)
{
cbox_gs_resolution->Append(wxString::Format("%dx%d", ResolutionTable[i].width.value(), ResolutionTable[i].height.value()));