Package org.lwjgl.vulkan
Class EXTValidationFlags
java.lang.Object
org.lwjgl.vulkan.EXTValidationFlags
This extension provides the Deprecation by
VkValidationFlagsEXT 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 VkValidationCheckEXT values that will be disabled by the validation layers.
Deprecation by VK_EXT_layer_settings
Functionality in this extension is subsumed into the VK_EXT_layer_settings extension.
- Name String
VK_EXT_validation_flags- Extension Type
- Instance extension
- Registered Extension Number
- 62
- Revision
- 3
- Deprecation State
- Deprecated by
VK_EXT_layer_settingsextension
- Deprecated by
- Special Use
- Contact
- Tobin Ehlis tobine
Other Extension Metadata
- Last Modified Date
- 2019-08-19
- IP Status
- No known IP claims.
- Contributors
- Tobin Ehlis, Google
- Courtney Goeltzenleuchter, Google
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intVkValidationCheckEXT - Specify validation checks to disablestatic final intVkValidationCheckEXT - Specify validation checks to disable -
Method Summary
-
Field Details
-
VK_EXT_VALIDATION_FLAGS_SPEC_VERSION
public static final int VK_EXT_VALIDATION_FLAGS_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT
public static final int VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXTExtendsVkStructureType.- See Also:
-
VK_VALIDATION_CHECK_ALL_EXT
public static final int VK_VALIDATION_CHECK_ALL_EXTVkValidationCheckEXT - Specify validation checks to disableDescription
VALIDATION_CHECK_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_CHECK_SHADERS_EXTspecifies that shader validation is disabled.
See Also
- See Also:
-
VK_VALIDATION_CHECK_SHADERS_EXT
public static final int VK_VALIDATION_CHECK_SHADERS_EXTVkValidationCheckEXT - Specify validation checks to disableDescription
VALIDATION_CHECK_ALL_EXTspecifies that all validation checks are disabled.VALIDATION_CHECK_SHADERS_EXTspecifies that shader validation is disabled.
See Also
- See Also:
-