BPI-H618-Android/external/vulkan-validation-layers/docs/parameter_validation_layer.md
2023-12-19 15:07:54 +08:00

792 B

Khronos Vulkan

VK_LAYER_LUNARG_parameter_validation

Creative Commons

The VK_LAYER_LUNARG_parameter_validation validation layer checks the input parameters to API calls for validity. This layer performs the following tasks:

  • validation of structures; structures are recursed if necessary
  • validation of enumerated type values
  • null pointer conditions
  • stateless valid usage checks
  • validation of VkResult.