Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 394 Bytes

File metadata and controls

8 lines (7 loc) · 394 Bytes

VK_LAYER_LUNARG_parameter_validation

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.