Package org.lwjgl.vulkan
Class EXTValidationFeatures
java.lang.Object
org.lwjgl.vulkan.EXTValidationFeatures
This extension provides the Deprecation by
VkValidationFeaturesEXT struct that can be included in the pNext chain of the VkInstanceCreateInfo structure passed as the pCreateInfo parameter of CreateInstance. The structure contains an array of VkValidationFeatureEnableEXT enum values that enable specific validation features that are disabled by default. The structure also contains an array of VkValidationFeatureDisableEXT enum values that disable specific validation layer features that are enabled by default.
Deprecation by VK_EXT_layer_settings
Functionality in this extension is subsumed into the VK_EXT_layer_settings extension.
- Name String
VK_EXT_validation_features- Extension Type
- Instance extension
- Registered Extension Number
- 248
- Revision
- 6
- Deprecation State
- Deprecated by
VK_EXT_layer_settingsextension
- Deprecated by
- Special Use
- Contact
- Karl Schultz karl-lunarg
Other Extension Metadata
- Last Modified Date
- 2018-11-14
- IP Status
- No known IP claims.
- Contributors
- Karl Schultz, LunarG
- Dave Houlton, LunarG
- Mark Lobodzinski, LunarG
- Camden Stocker, LunarG
- Tony Barbour, LunarG
- John Zulauf, LunarG
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureDisableEXT - Specify validation features to disablestatic final intVkValidationFeatureEnableEXT - Specify validation features to enablestatic final intVkValidationFeatureEnableEXT - Specify validation features to enablestatic final intVkValidationFeatureEnableEXT - Specify validation features to enablestatic final intVkValidationFeatureEnableEXT - Specify validation features to enablestatic final intVkValidationFeatureEnableEXT - Specify validation features to enable -
Method Summary
-
Field Details
-
VK_EXT_VALIDATION_FEATURES_SPEC_VERSION
public static final int VK_EXT_VALIDATION_FEATURES_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXTExtendsVkStructureType.- See Also:
-
VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT
public static final int VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXTVkValidationFeatureEnableEXT - Specify validation features to enableDescription
VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXTspecifies that GPU-assisted validation is enabled. Activating this feature instruments shader programs to generate additional diagnostic data. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXTspecifies that the validation layers reserve a descriptor set binding slot for their own use. The layer reports a value forVkPhysicalDeviceLimits::maxBoundDescriptorSetsthat is one less than the value reported by the device. If the device supports the binding of only one descriptor set, the validation layer does not perform GPU-assisted validation. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXTspecifies that Vulkan best-practices validation is enabled. Activating this feature enables the output of warnings related to common misuse of the API, but which are not explicitly prohibited by the specification. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXTspecifies that the layers will processdebugPrintfEXToperations in shaders and send the resulting output to the debug callback. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXTspecifies that Vulkan synchronization validation is enabled. This feature reports resource access conflicts due to missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory. This feature is disabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXT
public static final int VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXTVkValidationFeatureEnableEXT - Specify validation features to enableDescription
VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXTspecifies that GPU-assisted validation is enabled. Activating this feature instruments shader programs to generate additional diagnostic data. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXTspecifies that the validation layers reserve a descriptor set binding slot for their own use. The layer reports a value forVkPhysicalDeviceLimits::maxBoundDescriptorSetsthat is one less than the value reported by the device. If the device supports the binding of only one descriptor set, the validation layer does not perform GPU-assisted validation. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXTspecifies that Vulkan best-practices validation is enabled. Activating this feature enables the output of warnings related to common misuse of the API, but which are not explicitly prohibited by the specification. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXTspecifies that the layers will processdebugPrintfEXToperations in shaders and send the resulting output to the debug callback. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXTspecifies that Vulkan synchronization validation is enabled. This feature reports resource access conflicts due to missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory. This feature is disabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXT
public static final int VK_VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXTVkValidationFeatureEnableEXT - Specify validation features to enableDescription
VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXTspecifies that GPU-assisted validation is enabled. Activating this feature instruments shader programs to generate additional diagnostic data. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXTspecifies that the validation layers reserve a descriptor set binding slot for their own use. The layer reports a value forVkPhysicalDeviceLimits::maxBoundDescriptorSetsthat is one less than the value reported by the device. If the device supports the binding of only one descriptor set, the validation layer does not perform GPU-assisted validation. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXTspecifies that Vulkan best-practices validation is enabled. Activating this feature enables the output of warnings related to common misuse of the API, but which are not explicitly prohibited by the specification. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXTspecifies that the layers will processdebugPrintfEXToperations in shaders and send the resulting output to the debug callback. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXTspecifies that Vulkan synchronization validation is enabled. This feature reports resource access conflicts due to missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory. This feature is disabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT
public static final int VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXTVkValidationFeatureEnableEXT - Specify validation features to enableDescription
VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXTspecifies that GPU-assisted validation is enabled. Activating this feature instruments shader programs to generate additional diagnostic data. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXTspecifies that the validation layers reserve a descriptor set binding slot for their own use. The layer reports a value forVkPhysicalDeviceLimits::maxBoundDescriptorSetsthat is one less than the value reported by the device. If the device supports the binding of only one descriptor set, the validation layer does not perform GPU-assisted validation. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXTspecifies that Vulkan best-practices validation is enabled. Activating this feature enables the output of warnings related to common misuse of the API, but which are not explicitly prohibited by the specification. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXTspecifies that the layers will processdebugPrintfEXToperations in shaders and send the resulting output to the debug callback. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXTspecifies that Vulkan synchronization validation is enabled. This feature reports resource access conflicts due to missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory. This feature is disabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT
public static final int VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXTVkValidationFeatureEnableEXT - Specify validation features to enableDescription
VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXTspecifies that GPU-assisted validation is enabled. Activating this feature instruments shader programs to generate additional diagnostic data. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXTspecifies that the validation layers reserve a descriptor set binding slot for their own use. The layer reports a value forVkPhysicalDeviceLimits::maxBoundDescriptorSetsthat is one less than the value reported by the device. If the device supports the binding of only one descriptor set, the validation layer does not perform GPU-assisted validation. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXTspecifies that Vulkan best-practices validation is enabled. Activating this feature enables the output of warnings related to common misuse of the API, but which are not explicitly prohibited by the specification. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXTspecifies that the layers will processdebugPrintfEXToperations in shaders and send the resulting output to the debug callback. This feature is disabled by default.VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXTspecifies that Vulkan synchronization validation is enabled. This feature reports resource access conflicts due to missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory. This feature is disabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_ALL_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_ALL_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_SHADERS_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_SHADERS_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-
VK_VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXT
public static final int VK_VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTVkValidationFeatureDisableEXT - Specify validation features to disableDescription
VALIDATION_FEATURE_DISABLE_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_FEATURE_DISABLE_SHADERS_EXTspecifies that shader validation, both runtime and standalone, is disabled. This validation occurs insideVkShaderCreateInfoEXTandVkShaderModuleCreateInfo. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXTspecifies that thread safety validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXTspecifies that stateless parameter validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXTspecifies that object lifetime validation is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXTspecifies that core validation checks are disabled. This feature is enabled by default. If this feature is disabled,VALIDATION_FEATURE_DISABLE_SHADERS_EXTis implied.VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXTspecifies that protection against duplicate non-dispatchable object handles is disabled. This feature is enabled by default.VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXTspecifies that there will be no caching of shader validation results and every shader will be validated on every application execution. Shader validation caching is enabled by default.
See Also
- See Also:
-