pool counts seem to be reasonable - remove TODO

This commit is contained in:
baldurk
2016-02-07 18:47:54 +01:00
parent f2d123a0e6
commit 04467206cb
-2
View File
@@ -162,8 +162,6 @@ struct WrappedVkDispRes : public WrappedVkRes
RDCCOMPILE_ASSERT(sizeof(WrappedVkDispRes) == (sizeof(uint64_t)*2 + sizeof(uintptr_t)*4), "Wrapped resource struct has changed size! This is bad");
RDCCOMPILE_ASSERT(sizeof(WrappedVkNonDispRes) == sizeof(uint64_t)*3, "Wrapped resource struct has changed size! This is bad");
// VKTODOLOW check that the pool counts approximated below are good for typical applications
// these are expanded out so that IDE autocompletion etc works without having to process through macros
struct WrappedVkInstance : WrappedVkDispRes
{