1// Copyright (c) 2019-2020 NVIDIA Corporation 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_NV_device_diagnostics_config.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2022-04-06 11*Contributors*:: 12 - Kedarnath Thangudu, NVIDIA 13 - Thomas Klein, NVIDIA 14 15=== Description 16 17Applications using Nvidia Nsight^(TM)^ Aftermath SDK for Vulkan to integrate 18device crash dumps into their error reporting mechanisms, may: use this 19extension to configure options related to device crash dump creation. 20 21Version 2 of this extension adds 22ename:VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_ERROR_REPORTING_BIT_NV 23which when set enables enhanced reporting of shader execution errors. 24 25include::{generated}/interfaces/VK_NV_device_diagnostics_config.adoc[] 26 27=== Version History 28 29 * Revision 1, 2019-11-21 (Kedarnath Thangudu) 30 ** Internal revisions 31 * Revision 2, 2022-04-06 (Kedarnath Thangudu) 32 ** Added a config bit 33 ename:VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_ERROR_REPORTING_BIT_NV 34