Skip to content

Commit

Permalink
Removed duplicate code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alihuawei committed Dec 11, 2024
1 parent 11c4517 commit f3f9762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/api/hello_triangle_1_3/hello_triangle_1_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ void HelloTriangleV13::init_device()

vkGetPhysicalDeviceFeatures2(context.gpu, &query_device_features2);

// Check if Physical device supports Vulkan 1.3 features
// Check if Physical device supports Vulkan 1.3 features
if (!query_vulkan13_features.dynamicRendering)
{
Expand Down

0 comments on commit f3f9762

Please sign in to comment.