From 085e23db2bd83c7269f4003b6d16d4fcbbaa6b1e Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Tue, 24 Oct 2017 14:23:51 -0700 Subject: [PATCH] Spec: Clarify uninitialized values of opposite_corners_ - Addresses a comment in KhronosGroup/glTF#1114 --- docs/spec/04.00.00.conventions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spec/04.00.00.conventions.md b/docs/spec/04.00.00.conventions.md index cf2268f..687bca6 100644 --- a/docs/spec/04.00.00.conventions.md +++ b/docs/spec/04.00.00.conventions.md @@ -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