Spec: Clarify uninitialized values of opposite_corners_

- Addresses a comment in KhronosGroup/glTF#1114
This commit is contained in:
Frank Galligan 2017-10-24 14:23:51 -07:00
parent 44f9d88be9
commit 085e23db2b

View File

@ -78,6 +78,8 @@ section is the header. The second section contains the metadata. This section is
* E.g. sz = buffer_size varUI32
* buffer UI8[sz]
* All uninitialized elements of opposite_corners_ shall be set to kInvalidCornerIndex.
### General Conventions