BUILD: Fixed more compilation warnings on 32-bit Windows builds.
Fixed more compilation warnings on 32-bit Windows builds.
diff --git a/layers/draw_state.h b/layers/draw_state.h
index 903f678..46ff886 100755
--- a/layers/draw_state.h
+++ b/layers/draw_state.h
@@ -313,7 +313,7 @@
uint32_t descriptorCount;
GENERIC_HEADER** ppDescriptors; // Array where each index points to update node for its slot
LAYOUT_NODE* pLayout; // Layout for this set
- struct SET_NODE* pNext;
+ SET_NODE* pNext;
vector<uint32_t> dynamicOffsets; // one dynamic offset per dynamic descriptor
SET_NODE() : pUpdateStructs(NULL), ppDescriptors(NULL), pLayout(NULL), pNext(NULL) {};
};