You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
792 B
792 B
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
.