added line_rasterization in VKDevice.h/VKDeviceCreater.cpp

This commit is contained in:
2023-05-10 21:56:32 +08:00
parent 459fb3afc4
commit f46b1382ee
2 changed files with 6 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ struct VulkanHardwareRequirement
bool multi_draw_indirect; ///<要求支持MultiDrawIndirect
bool wide_lines; ///<要求支持宽线条
bool line_rasterization; ///<要支持线条特性
bool large_points; ///<要求支持绘制大点
bool texture_cube_array; ///<要求支持立方体数组纹理