From 30eee05f3f809e3950c8d8463ecdd9807c943692 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 9 May 2019 14:08:30 -0400 Subject: IntSet -> UIntSet (#961) * * Fix warning in vk-swap-chain around use of Index. Rename _indexOf to _indexOfFormat. * Rename IntSet to UIntSet and put in own files slang-uint-set.h.cpp. Use UInt as the held type. * On UintSet setMax -> resizeAndClear. Doing so revealed bug in add. * Closer following of conventions - use kPrefix for constants (even though held in 'enum') * Small fixes/improvements * * Add some documentation to UIntSet methods * Use memset to set/reset bits * Fix some tabbing. Rename oldBufferSize -> oldCount * Fix tabs. --- source/core/core.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/core/core.vcxproj') diff --git a/source/core/core.vcxproj b/source/core/core.vcxproj index 4b730f028..0416eaed6 100644 --- a/source/core/core.vcxproj +++ b/source/core/core.vcxproj @@ -178,7 +178,6 @@ - @@ -196,6 +195,7 @@ + @@ -218,6 +218,7 @@ + -- cgit v1.2.3