diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-12-19 10:20:43 -0700 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-12-19 14:31:33 -0700 |
| commit | 9587868f634ad788a06acc64b1bcbbedc845e1e2 (patch) | |
| tree | 8a9de15d5727cc6a415b12d85fb946f55ac0bc8c /layers/core_validation.h | |
| parent | c52e8b86286f942fedd22581ef5677be101b0204 (diff) | |
| download | usermoji-9587868f634ad788a06acc64b1bcbbedc845e1e2.tar.xz | |
layers:Add GetQueryPoolResults() validation flag
Diffstat (limited to 'layers/core_validation.h')
| -rw-r--r-- | layers/core_validation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/core_validation.h b/layers/core_validation.h index 19720226..aaf64013 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -93,6 +93,7 @@ struct CHECK_DISABLED { bool destroy_fence; bool destroy_semaphore; bool destroy_query_pool; + bool get_query_pool_results; }; /* |
