aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin Ehlis <tobin@lunarg.com>2015-05-22 12:38:55 -0600
committerTobin Ehlis <tobin@lunarg.com>2015-05-27 14:36:21 -0600
commit60e1939dd1e64dcbe39f036a45ab1c4b5ce5eded (patch)
tree35a888ac1fa9c1e994e9c7c3d352e12e0f533877
parent72bfe32c818ea129f1046e8271dc25550c20cc32 (diff)
downloadusermoji-60e1939dd1e64dcbe39f036a45ab1c4b5ce5eded.tar.xz
tests: Added some empty test functions with comments for DrawState layer testing
-rw-r--r--layers/draw_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/draw_state.h b/layers/draw_state.h
index 185e5a64..b866503b 100644
--- a/layers/draw_state.h
+++ b/layers/draw_state.h
@@ -43,7 +43,6 @@ typedef enum _DRAW_STATE_ERROR
DRAWSTATE_INVALID_DYNAMIC_STATE_OBJECT, // Invalid dyn state object
DRAWSTATE_MISSING_DOT_PROGRAM, // No "dot" program in order to generate png image
DRAWSTATE_BINDING_DS_NO_END_UPDATE, // DS bound to CmdBuffer w/o call to vkEndDescriptorSetUpdate())
- DRAWSTATE_NO_DS_POOL, // No DS Pool is available
DRAWSTATE_OUT_OF_MEMORY, // malloc failed
DRAWSTATE_DESCRIPTOR_TYPE_MISMATCH, // Type in layout vs. update are not the same
DRAWSTATE_DESCRIPTOR_UPDATE_OUT_OF_BOUNDS, // Descriptors set for update out of bounds for corresponding layout section