File tree Expand file tree Collapse file tree
samples/extensions/device_fault Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ allocated and bound/unbound addresses in Vulkan application.
3535[,cpp]
3636----
3737REQUEST_OPTIONAL_FEATURE(gpu,
38- VkPhysicalDeviceFaultFeaturesEXT,
39- VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FAULT_FEATURES_EXT,
40- deviceFault);
38+ VkPhysicalDeviceFaultFeaturesEXT,
39+ deviceFault);
4140----
4241
4342This code enables the device fault feature, which allows us to query detailed information about device lost errors.
@@ -48,9 +47,8 @@ The feature must be enabled before creating the logical device.
4847[,cpp]
4948----
5049REQUEST_OPTIONAL_FEATURE(gpu,
51- VkPhysicalDeviceAddressBindingReportFeaturesEXT,
52- VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ADDRESS_BINDING_REPORT_FEATURES_EXT,
53- reportAddressBinding);
50+ VkPhysicalDeviceAddressBindingReportFeaturesEXT,
51+ reportAddressBinding);
5452----
5553
5654This feature enables monitoring of GPU memory address bindings, providing insights into memory allocation.
You can’t perform that action at this time.
0 commit comments