aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.h
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-12-19 10:57:29 -0700
committerTobin Ehlis <tobine@google.com>2016-12-19 14:31:33 -0700
commit224b4de1b5cc7e8aa028bb235a7da4f8d40919b1 (patch)
treee323d69436cf3e4717082c5211315c74eb8c637d /layers/core_validation.h
parent60ef96932236812218d9d31437545a885170b869 (diff)
downloadusermoji-224b4de1b5cc7e8aa028bb235a7da4f8d40919b1.tar.xz
layers:Add validation flag for DestroyBuffer()
Diffstat (limited to 'layers/core_validation.h')
-rw-r--r--layers/core_validation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/core_validation.h b/layers/core_validation.h
index aaf64013..f1185f3c 100644
--- a/layers/core_validation.h
+++ b/layers/core_validation.h
@@ -94,6 +94,7 @@ struct CHECK_DISABLED {
bool destroy_semaphore;
bool destroy_query_pool;
bool get_query_pool_results;
+ bool destroy_buffer;
};
/*