You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: attachments/03_physical_device_selection.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ class HelloTriangleApplication {
166
166
167
167
auto features = device.templategetFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
Copy file name to clipboardExpand all lines: attachments/04_logical_device.cpp
+17-14Lines changed: 17 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
#include<assert.h>
1
2
#include<iostream>
2
3
#include<stdexcept>
3
4
#include<vector>
@@ -170,7 +171,7 @@ class HelloTriangleApplication {
170
171
171
172
auto features = device.templategetFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
Copy file name to clipboardExpand all lines: attachments/05_window_surface.cpp
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ class HelloTriangleApplication {
181
181
182
182
auto features = device.templategetFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
Copy file name to clipboardExpand all lines: attachments/06_swap_chain_creation.cpp
+13-16Lines changed: 13 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ class HelloTriangleApplication {
189
189
190
190
auto features = device.templategetFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
Copy file name to clipboardExpand all lines: attachments/07_image_views.cpp
+13-16Lines changed: 13 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ class HelloTriangleApplication {
190
190
191
191
auto features = device.templategetFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
Copy file name to clipboardExpand all lines: attachments/08_graphics_pipeline.cpp
+13-16Lines changed: 13 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ class HelloTriangleApplication {
191
191
192
192
auto features = device.templategetFeatures2<vk::PhysicalDeviceFeatures2, vk::PhysicalDeviceVulkan13Features, vk::PhysicalDeviceExtendedDynamicStateFeaturesEXT>();
0 commit comments