From 2c602e9045fa8dabe83f1ea01aa4c8282cbf36ab Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Wed, 10 May 2023 21:58:36 +0800 Subject: [PATCH] added comments. --- inc/hgl/graph/VKDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/graph/VKDevice.h b/inc/hgl/graph/VKDevice.h index a891208f..896d97a5 100644 --- a/inc/hgl/graph/VKDevice.h +++ b/inc/hgl/graph/VKDevice.h @@ -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; ///<要求支持立方体数组纹理