improved features support/check.

This commit is contained in:
2024-04-18 00:36:52 +08:00
parent 621e056315
commit d20e9cf1e3
5 changed files with 76 additions and 50 deletions

View File

@@ -132,7 +132,7 @@ public:
{
VulkanHardwareRequirement vh_req;
vh_req.wide_lines=true;
vh_req.wide_lines=VulkanHardwareRequirement::SupportLevel::Want;
device=CreateRenderDevice(inst,win,&vh_req);