From 60e1939dd1e64dcbe39f036a45ab1c4b5ce5eded Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Fri, 22 May 2015 12:38:55 -0600 Subject: tests: Added some empty test functions with comments for DrawState layer testing --- layers/draw_state.h | 1 - 1 file changed, 1 deletion(-) (limited to 'layers') 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 -- cgit v1.2.3