Closed tomilov closed 4 months ago
Ah, I see: valueCount
actually is the count of elements in pValues
, and type
encodes the actual type of those elements.
Unfortunately, that information is not transported via vk.xml. That is: some special handling is required!
Thanks a lot for this hint.
valueCount
insetValues
is not size, it is a count, because of that current implementation:results in crush in a validation layer.
* sizeof( T )
is unneded.