Skip to content
Snippets Groups Projects
Commit f57f451e authored by John Zulauf's avatar John Zulauf Committed by jzulauf-lunarg
Browse files

layers: Add validation for destroyed layouts

Add three tests to flag with descriptor set update operations are being
done to descriptor sets with destroyed descriptor set layouts. The tests
use overload VUID (generic "must be valid * handles) which need to be
replaced with specific ones when they are added to the spec.

VALIDATION_ERROR_15c00280 (write dst must be valid) ->
	write dst created from destroyed layout
VALIDATION_ERROR_03207601 (copy dst must be valid) ->
	copy dst created from destroyed layout
VALIDATION_ERROR_0322d201 (copy src must be valid) ->
	copy src create from destroyed layout

Change-Id: I8a3edc67b3e86037cdaa6353176814abfddef1a0
parent f85ab755
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment