icd: Set texel size is 32
authorlocke-lunarg <locke@lunarg.com>
Fri, 17 Apr 2020 00:17:48 +0000 (18:17 -0600)
committerLocke Lin <47329816+locke-lunarg@users.noreply.github.com>
Fri, 17 Apr 2020 18:59:09 +0000 (12:59 -0600)
commit8824107d57d32b613e1365bdb1fdd79e02be022b
tree6100c1e2e58692ecc6f6c7ccd7e066d434507608
parent454ab259c1b82c392c1cb3cbb164b73ac52a9478
icd: Set texel size is 32

4 bytes is  too small for many format. It causes fail in some situation.
32 bytes is the biggest size in the whole format, so it should be better.
icd/generated/mock_icd.cpp
scripts/mock_icd_generator.py