adjusted VulkanHardwareRequirement order in CreateRenderDevice functions.

This commit is contained in:
2023-11-01 10:59:51 +08:00
parent c4deceebd9
commit 625a7387ae
2 changed files with 12 additions and 12 deletions

View File

@@ -333,10 +333,10 @@ GPUDevice *VulkanDeviceCreater::CreateRenderDevice()
VulkanDeviceCreater::VulkanDeviceCreater( VulkanInstance *vi,
Window *win,
const VulkanHardwareRequirement *req,
const PreferFormats *spf_color,
const PreferColorSpaces *spf_color_space,
const PreferFormats *spf_depth,
const VulkanHardwareRequirement *req)
const PreferFormats *spf_depth)
{
instance=vi;
window=win;