Skip to content

Commit

Permalink
layers: Remove leftover enum
Browse files Browse the repository at this point in the history
Change-Id: Iea4b4f53b048180ad0cf22526ebbe627213eed19
  • Loading branch information
TonyBarbour committed Jul 10, 2020
1 parent 358152a commit fd16d30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions layers/generated/chassis.h
Original file line number Diff line number Diff line change
Expand Up @@ -2806,10 +2806,6 @@ typedef enum ValidationCheckEnables {
VALIDATION_CHECK_ENABLE_VENDOR_SPECIFIC_ALL,
} ValidationCheckEnables;

typedef enum VkValidationFeatureEnable {
VK_VALIDATION_FEATURE_ENABLE_SHADER_DEBUG_PRINTF,
} VkValidationFeatureEnable;

// CHECK_DISABLED and CHECK_ENABLED vectors are containers for bools that can opt in or out of specific classes of validation
// checks. Enum values can be specified via the vk_layer_settings.txt config file or at CreateInstance time via the
// VK_EXT_validation_features extension that can selectively disable or enable checks.
Expand Down
4 changes: 0 additions & 4 deletions scripts/layer_chassis_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ class LAYER_PHYS_DEV_PROPERTIES {
VALIDATION_CHECK_ENABLE_VENDOR_SPECIFIC_ALL,
} ValidationCheckEnables;
typedef enum VkValidationFeatureEnable {
VK_VALIDATION_FEATURE_ENABLE_SHADER_DEBUG_PRINTF,
} VkValidationFeatureEnable;
// CHECK_DISABLED and CHECK_ENABLED vectors are containers for bools that can opt in or out of specific classes of validation
// checks. Enum values can be specified via the vk_layer_settings.txt config file or at CreateInstance time via the
// VK_EXT_validation_features extension that can selectively disable or enable checks.
Expand Down

0 comments on commit fd16d30

Please sign in to comment.