added comments.

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-05-10 21:58:36 +08:00
parent f46b1382ee
commit 2c602e9045

View File

@ -48,7 +48,7 @@ struct VulkanHardwareRequirement
bool multi_draw_indirect; ///<要求支持MultiDrawIndirect
bool wide_lines; ///<要求支持宽线条
bool line_rasterization; ///<要支持线条特性
bool line_rasterization; ///<要支持线条特性(这功能mac/ios平台不支持)
bool large_points; ///<要求支持绘制大点
bool texture_cube_array; ///<要求支持立方体数组纹理